#EB42D0

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

Shades of Razzle Dazzle Rose #EB42D0

Tints of Razzle Dazzle Rose #EB42D0

Color information

#EB42D0 (or 0xEB42D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 42 and D0. RGB value is (235,66,208). Sum of RGB (Red+Green+Blue) = 235+66+208=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42D0 is #14BD2F. Grayscale: #848484. Windows color (decimal): -1359152 or 13648619. OLE color: 13648619.

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

Color convert

RGB23566208-
CMYK00.720.110.08
HSL309.59º80.86%59.02%-
HSV(B)309.59º71.91%92.16%-
XYZ47.5926.1162.21-
YUV132.72170.49200.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 66 (26.17% from 255) = 12.97%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=46.17%
G=12.97%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356620800.720.110.08309.5980.8659.02
HexEB42D0048B8136513b
Octal3531023200110131046612173
Binary1110101110000101101000001001000101110001001101101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB42D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB42D0; }

 p { color: rgb(235,66,208); }

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

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

 a { background-color: rgb(235,66,208); }

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

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

 span { border-color: rgb(235,66,208); }

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