Html Css Color HEX #ED07AB Hollywood Cerise

📋 copy color: '#ED07AB'

red 237 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #ED07AB

Tints of Hollywood Cerise #ED07AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 57.11%
G = 1.69%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED07AB (or 0xED07AB) is known color: Hollywood Cerise. HEX triplet: ED, 07 and AB. RGB value is (237,7,171). Sum of RGB (Red+Green+Blue) = 237+7+171=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED07AB is #12F854. Grayscale: #5E5E5E. Windows color (decimal): -1243221 or 11208685. OLE color: 11208685.

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

Color convert

RGB 237 7 171 -
CMYK 0 0.97 0.28 0.07
HSL 317.22º 0.94% 0.48% -
HSV(B) 317.22º 0.97% 0.93% -
XYZ 42.35 21.1 40.37 -
YUV 94.47 171.2 229.66 -
System Red Green Blue C M Y K H S L
Decimal 237 7 171 0 0.97 0.28 0.07 317.22 0.94 0.48
Hex ED 7 AB 0 61 1C 7 13D 5E 30
Octal 355 7 253 0 141 34 7 475 136 60
Binary 11101101 111 10101011 0 1100001 11100 111 100111101 1011110 110000

Color Harmonies of #ED07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07AB

Black with #ED07AB

Text Example


Text Example

White with #ED07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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