Html Css Color HEX #ED0290 Hollywood Cerise

📋 copy color: '#ED0290'

red 237 ◦ green 2 ◦ blue 144

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

Shades of Hollywood Cerise #ED0290

Tints of Hollywood Cerise #ED0290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 61.88%
G = 0.52%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED0290 (or 0xED0290) is known color: Hollywood Cerise. HEX triplet: ED, 02 and 90. RGB value is (237,2,144). Sum of RGB (Red+Green+Blue) = 237+2+144=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0290 is #12FD6F. Grayscale: #585858. Windows color (decimal): -1244528 or 9437933. OLE color: 9437933.

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

Color convert

RGB 237 2 144 -
CMYK 0 0.99 0.39 0.07
HSL 323.74º 0.98% 0.47% -
HSV(B) 323.74º 0.99% 0.93% -
XYZ 39.98 20.06 28.15 -
YUV 88.45 159.36 233.95 -
System Red Green Blue C M Y K H S L
Decimal 237 2 144 0 0.99 0.39 0.07 323.74 0.98 0.47
Hex ED 2 90 0 63 27 7 144 62 2F
Octal 355 2 220 0 143 47 7 504 142 57
Binary 11101101 10 10010000 0 1100011 100111 111 101000100 1100010 101111

Color Harmonies of #ED0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0290

Black with #ED0290

Text Example


Text Example

White with #ED0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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