Html Css Color HEX #ED069E Hollywood Cerise

📋 copy color: '#ED069E'

red 237 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #ED069E

Tints of Hollywood Cerise #ED069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 59.1%
G = 1.5%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED069E (or 0xED069E) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 9E. RGB value is (237,6,158). Sum of RGB (Red+Green+Blue) = 237+6+158=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED069E is #12F961. Grayscale: #5C5C5C. Windows color (decimal): -1243490 or 10356461. OLE color: 10356461.

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

Color convert

RGB 237 6 158 -
CMYK 0 0.97 0.33 0.07
HSL 320.52º 0.95% 0.48% -
HSV(B) 320.52º 0.97% 0.93% -
XYZ 41.16 20.6 34.16 -
YUV 92.4 165.03 231.14 -
System Red Green Blue C M Y K H S L
Decimal 237 6 158 0 0.97 0.33 0.07 320.52 0.95 0.48
Hex ED 6 9E 0 61 21 7 141 5F 30
Octal 355 6 236 0 141 41 7 501 137 60
Binary 11101101 110 10011110 0 1100001 100001 111 101000001 1011111 110000

Color Harmonies of #ED069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED069E

Black with #ED069E

Text Example


Text Example

White with #ED069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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