#ED3EB8

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

Shades of Razzle Dazzle Rose #ED3EB8

Tints of Razzle Dazzle Rose #ED3EB8

Color information

#ED3EB8 (or 0xED3EB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 3E and B8. RGB value is (237,62,184). Sum of RGB (Red+Green+Blue) = 237+62+184=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3EB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3EB8 is #12C147. Grayscale: #7F7F7F. Windows color (decimal): -1229128 or 12074733. OLE color: 12074733.

HSL color Cylindrical-coordinate representation of color #ED3EB8: hue angle of 318.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3EB8 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB23762184-
CMYK00.740.220.07
HSL318.17º82.94%58.63%-
HSV(B)318.17º73.84%92.94%-
XYZ45.324.9147.77-
YUV128.23159.48205.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 62 (24.61% from 255) = 12.84%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=49.07%
G=12.84%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376218400.740.220.07318.1782.9458.63
HexED3EB804A16713e533b
Octal35576270011226747612373
Binary111011011111101011100001001010101101111001111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3EB8; }

 p { color: rgb(237,62,184); }

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

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

 a { background-color: rgb(237,62,184); }

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

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

 span { border-color: rgb(237,62,184); }

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