Html Css Color HEX #ED069A Hollywood Cerise

📋 copy color: '#ED069A'

red 237 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #ED069A

Tints of Hollywood Cerise #ED069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 59.7%
G = 1.51%
B = 38.79%

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

#ED069A (or 0xED069A) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 9A. RGB value is (237,6,154). Sum of RGB (Red+Green+Blue) = 237+6+154=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED069A is #12F965. Grayscale: #5B5B5B. Windows color (decimal): -1243494 or 10094317. OLE color: 10094317.

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

Color convert

RGB 237 6 154 -
CMYK 0 0.97 0.35 0.07
HSL 321.56º 0.95% 0.48% -
HSV(B) 321.56º 0.97% 0.93% -
XYZ 40.82 20.47 32.37 -
YUV 91.94 163.03 231.47 -
System Red Green Blue C M Y K H S L
Decimal 237 6 154 0 0.97 0.35 0.07 321.56 0.95 0.48
Hex ED 6 9A 0 61 23 7 142 5F 30
Octal 355 6 232 0 141 43 7 502 137 60
Binary 11101101 110 10011010 0 1100001 100011 111 101000010 1011111 110000

Color Harmonies of #ED069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED069A

Black with #ED069A

Text Example


Text Example

White with #ED069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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