Html Css Color HEX #ED069C Hollywood Cerise

📋 copy color: '#ED069C'

red 237 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #ED069C

Tints of Hollywood Cerise #ED069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 59.4%
G = 1.5%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED069C (or 0xED069C) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 9C. RGB value is (237,6,156). Sum of RGB (Red+Green+Blue) = 237+6+156=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED069C is #12F963. Grayscale: #5B5B5B. Windows color (decimal): -1243492 or 10225389. OLE color: 10225389.

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

Color convert

RGB 237 6 156 -
CMYK 0 0.97 0.34 0.07
HSL 321.04º 0.95% 0.48% -
HSV(B) 321.04º 0.97% 0.93% -
XYZ 40.99 20.54 33.26 -
YUV 92.17 164.03 231.3 -
System Red Green Blue C M Y K H S L
Decimal 237 6 156 0 0.97 0.34 0.07 321.04 0.95 0.48
Hex ED 6 9C 0 61 22 7 141 5F 30
Octal 355 6 234 0 141 42 7 501 137 60
Binary 11101101 110 10011100 0 1100001 100010 111 101000001 1011111 110000

Color Harmonies of #ED069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED069C

Black with #ED069C

Text Example


Text Example

White with #ED069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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