#EB45C3

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

Shades of Razzle Dazzle Rose #EB45C3

Tints of Razzle Dazzle Rose #EB45C3

Color information

#EB45C3 (or 0xEB45C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 45 and C3. RGB value is (235,69,195). Sum of RGB (Red+Green+Blue) = 235+69+195=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB45C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB45C3 is #14BA3C. Grayscale: #848484. Windows color (decimal): -1358397 or 12797419. OLE color: 12797419.

HSL color Cylindrical-coordinate representation of color #EB45C3: hue angle of 314.46º 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 #EB45C3 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB23569195-
CMYK00.710.170.08
HSL314.46º80.58%59.61%-
HSV(B)314.46º70.64%92.16%-
XYZ46.2425.8654.18-
YUV133163200.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 69 (27.34% from 255) = 13.83%
BLUE value IS 195 (76.56% from 255) = 39.08%
R=47.09%
G=13.83%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356919500.710.170.08314.4680.5859.61
HexEB45C304711813a513c
Octal3531053030107211047212174
Binary11101011100010111000011010001111000110001001110101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB45C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB45C3; }

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

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

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

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

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

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

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

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