Html Css Color HEX #ED07A6 Hollywood Cerise

📋 copy color: '#ED07A6'

red 237 ◦ green 7 ◦ blue 166

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

Shades of Hollywood Cerise #ED07A6

Tints of Hollywood Cerise #ED07A6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

 BLUE value IS 166 (65.23% from 255) = 40.49%

R = 57.8%
G = 1.71%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED07A6 (or 0xED07A6) is known color: Hollywood Cerise. HEX triplet: ED, 07 and A6. RGB value is (237,7,166). Sum of RGB (Red+Green+Blue) = 237+7+166=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED07A6 is #12F859. Grayscale: #5D5D5D. Windows color (decimal): -1243226 or 10881005. OLE color: 10881005.

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

Color convert

RGB 237 7 166 -
CMYK 0 0.97 0.30 0.07
HSL 318.52º 0.94% 0.48% -
HSV(B) 318.52º 0.97% 0.93% -
XYZ 41.88 20.91 37.9 -
YUV 93.9 168.7 230.07 -
System Red Green Blue C M Y K H S L
Decimal 237 7 166 0 0.97 0.30 0.07 318.52 0.94 0.48
Hex ED 7 A6 0 61 1E 7 13F 5E 30
Octal 355 7 246 0 141 36 7 477 136 60
Binary 11101101 111 10100110 0 1100001 11110 111 100111111 1011110 110000

Color Harmonies of #ED07A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07A6

Black with #ED07A6

Text Example


Text Example

White with #ED07A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07A6; }

 p { color: rgb(237,7,166); }

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

background-color css

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

 a { background-color: rgb(237,7,166); }

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

border-color css

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

 span { border-color: rgb(237,7,166); }

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