Html Css Color HEX #ED0697 Hollywood Cerise

📋 copy color: '#ED0697'

red 237 ◦ green 6 ◦ blue 151

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

Shades of Hollywood Cerise #ED0697

Tints of Hollywood Cerise #ED0697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 60.15%
G = 1.52%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED0697 (or 0xED0697) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 97. RGB value is (237,6,151). Sum of RGB (Red+Green+Blue) = 237+6+151=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0697 is #12F968. Grayscale: #5B5B5B. Windows color (decimal): -1243497 or 9897709. OLE color: 9897709.

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

Color convert

RGB 237 6 151 -
CMYK 0 0.97 0.36 0.07
HSL 322.34º 0.95% 0.48% -
HSV(B) 322.34º 0.97% 0.93% -
XYZ 40.58 20.37 31.07 -
YUV 91.6 161.53 231.71 -
System Red Green Blue C M Y K H S L
Decimal 237 6 151 0 0.97 0.36 0.07 322.34 0.95 0.48
Hex ED 6 97 0 61 24 7 142 5F 30
Octal 355 6 227 0 141 44 7 502 137 60
Binary 11101101 110 10010111 0 1100001 100100 111 101000010 1011111 110000

Color Harmonies of #ED0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0697

Black with #ED0697

Text Example


Text Example

White with #ED0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0697; }

 p { color: rgb(237,6,151); }

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

background-color css

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

 a { background-color: rgb(237,6,151); }

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

border-color css

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

 span { border-color: rgb(237,6,151); }

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