#ED3AE0

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

Shades of Razzle Dazzle Rose #ED3AE0

Tints of Razzle Dazzle Rose #ED3AE0

Color information

#ED3AE0 (or 0xED3AE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 3A and E0. RGB value is (237,58,224). Sum of RGB (Red+Green+Blue) = 237+58+224=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3AE0 is #12C51F. Grayscale: #818181. Windows color (decimal): -1230112 or 14695149. OLE color: 14695149.

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

Color convert

RGB23758224-
CMYK00.760.050.07
HSL304.36º83.26%57.84%-
HSV(B)304.36º75.53%92.94%-
XYZ49.8926.4172.99-
YUV130.44180.8204-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 58 (23.05% from 255) = 11.18%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=45.66%
G=11.18%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375822400.760.050.07304.3683.2657.84
HexED3AE004C57130533a
Octal3557234001145746012372
Binary1110110111101011100000010011001011111001100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3AE0; }

 p { color: rgb(237,58,224); }

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

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

 a { background-color: rgb(237,58,224); }

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

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

 span { border-color: rgb(237,58,224); }

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