Html Css Color HEX #ED028C Hollywood Cerise

📋 copy color: '#ED028C'

red 237 ◦ green 2 ◦ blue 140

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

Shades of Hollywood Cerise #ED028C

Tints of Hollywood Cerise #ED028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 62.53%
G = 0.53%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED028C (or 0xED028C) is known color: Hollywood Cerise. HEX triplet: ED, 02 and 8C. RGB value is (237,2,140). Sum of RGB (Red+Green+Blue) = 237+2+140=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED028C is #12FD73. Grayscale: #575757. Windows color (decimal): -1244532 or 9175789. OLE color: 9175789.

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

Color convert

RGB 237 2 140 -
CMYK 0 0.99 0.41 0.07
HSL 324.77º 0.98% 0.47% -
HSV(B) 324.77º 0.99% 0.93% -
XYZ 39.68 19.94 26.57 -
YUV 88 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 237 2 140 0 0.99 0.41 0.07 324.77 0.98 0.47
Hex ED 2 8C 0 63 29 7 145 62 2F
Octal 355 2 214 0 143 51 7 505 142 57
Binary 11101101 10 10001100 0 1100011 101001 111 101000101 1100010 101111

Color Harmonies of #ED028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED028C

Black with #ED028C

Text Example


Text Example

White with #ED028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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