Html Css Color HEX #ED0AAE Hollywood Cerise

📋 copy color: '#ED0AAE'

red 237 ◦ green 10 ◦ blue 174

#ED0AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #ED0AAE

Tints of Hollywood Cerise #ED0AAE

RGB

 RED value IS 237 (92.97% from 255) = 56.29%

 GREEN value IS 10 (4.3% from 255) = 2.38%

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 56.29%
G = 2.38%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED0AAE (or 0xED0AAE) is known color: Hollywood Cerise. HEX triplet: ED, 0A and AE. RGB value is (237,10,174). Sum of RGB (Red+Green+Blue) = 237+10+174=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0AAE is #12F551. Grayscale: #606060. Windows color (decimal): -1242450 or 11406061. OLE color: 11406061.

HSL color Cylindrical-coordinate representation of color #ED0AAE: hue angle of 316.65º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AAE is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 174 -
CMYK 0 0.96 0.27 0.07
HSL 316.65º 0.92% 0.48% -
HSV(B) 316.65º 0.96% 0.93% -
XYZ 42.67 21.28 41.9 -
YUV 96.57 171.71 228.16 -
System Red Green Blue C M Y K H S L
Decimal 237 10 174 0 0.96 0.27 0.07 316.65 0.92 0.48
Hex ED A AE 0 60 1B 7 13D 5C 30
Octal 355 12 256 0 140 33 7 475 134 60
Binary 11101101 1010 10101110 0 1100000 11011 111 100111101 1011100 110000

Color Harmonies of #ED0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AAE

Black with #ED0AAE

Text Example


Text Example

White with #ED0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AAE; }

 p { color: rgb(237,10,174); }

 H1.HeaderClassName
 {
   color: #ED0AAE;
 }
 .AnyTagClassName
 {
   color: #ED0AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(237,10,174); }

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

border-color css

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

 span { border-color: rgb(237,10,174); }

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