#EB45C9

Color #EB45C9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EB45C9

Tints of Razzle Dazzle Rose #EB45C9

Color information

#EB45C9 (or 0xEB45C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 45 and C9. RGB value is (235,69,201). Sum of RGB (Red+Green+Blue) = 235+69+201=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB45C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB45C9 is #14BA36. Grayscale: #858585. Windows color (decimal): -1358391 or 13190635. OLE color: 13190635.

HSL color Cylindrical-coordinate representation of color #EB45C9: hue angle of 312.29º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB45C9 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB23569201-
CMYK00.710.140.08
HSL312.29º80.58%59.61%-
HSV(B)312.29º70.64%92.16%-
XYZ46.9326.1457.83-
YUV133.68166200.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 69 (27.34% from 255) = 13.66%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=46.53%
G=13.66%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356920100.710.140.08312.2980.5859.61
HexEB45C9047E8138513c
Octal3531053110107161047012174
Binary1110101110001011100100101000111111010001001110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB45C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB45C9; }

 p { color: rgb(235,69,201); }

 H1.HeaderClassName
 {
   color: #EB45C9;
 }
 .AnyTagClassName
 {
   color: #EB45C9;
 }
</style>
background-color css

<style>
 a { background-color: #EB45C9; }

 a { background-color: rgb(235,69,201); }

 div.DivClassName
 {
   background-color: #EB45C9;
 }
 .BgClassName
 {
   background-color: #EB45C9;
 }
</style>
border-color css

<style>
 span { border-color: #EB45C9; }

 span { border-color: rgb(235,69,201); }

 td.TdClassName
 {
   border-color: #EB45C9;
 }
 .TagClassName
 {
   border-color: #EB45C9;
 }
</style>