Html Css Color HEX #ED0BAE Hollywood Cerise

📋 copy color: '#ED0BAE'

red 237 ◦ green 11 ◦ blue 174

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

Shades of Hollywood Cerise #ED0BAE

Tints of Hollywood Cerise #ED0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.61%

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

R = 56.16%
G = 2.61%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED0BAE (or 0xED0BAE) is known color: Hollywood Cerise. HEX triplet: ED, 0B and AE. RGB value is (237,11,174). Sum of RGB (Red+Green+Blue) = 237+11+174=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0BAE is #12F451. Grayscale: #606060. Windows color (decimal): -1242194 or 11406317. OLE color: 11406317.

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

Color convert

RGB 237 11 174 -
CMYK 0 0.95 0.27 0.07
HSL 316.73º 0.91% 0.49% -
HSV(B) 316.73º 0.95% 0.93% -
XYZ 42.68 21.3 41.91 -
YUV 97.16 171.37 227.75 -
System Red Green Blue C M Y K H S L
Decimal 237 11 174 0 0.95 0.27 0.07 316.73 0.91 0.49
Hex ED B AE 0 5F 1B 7 13D 5B 31
Octal 355 13 256 0 137 33 7 475 133 61
Binary 11101101 1011 10101110 0 1011111 11011 111 100111101 1011011 110001

Color Harmonies of #ED0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BAE

Black with #ED0BAE

Text Example


Text Example

White with #ED0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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