Html Css Color HEX #ED02AD Hollywood Cerise

📋 copy color: '#ED02AD'

red 237 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #ED02AD

Tints of Hollywood Cerise #ED02AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 57.52%
G = 0.49%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED02AD (or 0xED02AD) is known color: Hollywood Cerise. HEX triplet: ED, 02 and AD. RGB value is (237,2,173). Sum of RGB (Red+Green+Blue) = 237+2+173=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED02AD is #12FD52. Grayscale: #5B5B5B. Windows color (decimal): -1244499 or 11338477. OLE color: 11338477.

HSL color Cylindrical-coordinate representation of color #ED02AD: hue angle of 316.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02AD is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 173 -
CMYK 0 0.99 0.27 0.07
HSL 316.34º 0.98% 0.47% -
HSV(B) 316.34º 0.99% 0.93% -
XYZ 42.49 21.07 41.36 -
YUV 91.76 173.86 231.6 -
System Red Green Blue C M Y K H S L
Decimal 237 2 173 0 0.99 0.27 0.07 316.34 0.98 0.47
Hex ED 2 AD 0 63 1B 7 13C 62 2F
Octal 355 2 255 0 143 33 7 474 142 57
Binary 11101101 10 10101101 0 1100011 11011 111 100111100 1100010 101111

Color Harmonies of #ED02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED02AD

Black with #ED02AD

Text Example


Text Example

White with #ED02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED02AD; }

 p { color: rgb(237,2,173); }

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

background-color css

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

 a { background-color: rgb(237,2,173); }

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

border-color css

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

 span { border-color: rgb(237,2,173); }

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