Html Css Color HEX #ED00AE Hollywood Cerise

📋 copy color: '#ED00AE'

red 237 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #ED00AE

Tints of Hollywood Cerise #ED00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.66%
G = 0%
B = 42.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED00AE (or 0xED00AE) is known color: Hollywood Cerise. HEX triplet: ED, 00 and AE. RGB value is (237,0,174). Sum of RGB (Red+Green+Blue) = 237+0+174=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED00AE is #12FF51. Grayscale: #5A5A5A. Windows color (decimal): -1245010 or 11403501. OLE color: 11403501.

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

Color convert

RGB 237 0 174 -
CMYK 0 1 0.27 0.07
HSL 315.95º 1% 0.46% -
HSV(B) 315.95º 1% 0.93% -
XYZ 42.57 21.06 41.87 -
YUV 90.7 175.02 232.35 -
System Red Green Blue C M Y K H S L
Decimal 237 0 174 0 1 0.27 0.07 315.95 1 0.46
Hex ED 0 AE 0 64 1B 7 13C 64 2E
Octal 355 0 256 0 144 33 7 474 144 56
Binary 11101101 0 10101110 0 1100100 11011 111 100111100 1100100 101110

Color Harmonies of #ED00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00AE

Black with #ED00AE

Text Example


Text Example

White with #ED00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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