Html Css Color HEX #ED0699 Hollywood Cerise

📋 copy color: '#ED0699'

red 237 ◦ green 6 ◦ blue 153

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

Shades of Hollywood Cerise #ED0699

Tints of Hollywood Cerise #ED0699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 59.85%
G = 1.52%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED0699 (or 0xED0699) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 99. RGB value is (237,6,153). Sum of RGB (Red+Green+Blue) = 237+6+153=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0699 is #12F966. Grayscale: #5B5B5B. Windows color (decimal): -1243495 or 10028781. OLE color: 10028781.

HSL color Cylindrical-coordinate representation of color #ED0699: hue angle of 321.82º 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 #ED0699 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 153 -
CMYK 0 0.97 0.35 0.07
HSL 321.82º 0.95% 0.48% -
HSV(B) 321.82º 0.97% 0.93% -
XYZ 40.74 20.43 31.93 -
YUV 91.83 162.53 231.55 -
System Red Green Blue C M Y K H S L
Decimal 237 6 153 0 0.97 0.35 0.07 321.82 0.95 0.48
Hex ED 6 99 0 61 23 7 142 5F 30
Octal 355 6 231 0 141 43 7 502 137 60
Binary 11101101 110 10011001 0 1100001 100011 111 101000010 1011111 110000

Color Harmonies of #ED0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0699

Black with #ED0699

Text Example


Text Example

White with #ED0699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0699; }

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

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

background-color css

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

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

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

border-color css

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

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

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