Html Css Color HEX #ED0297 Hollywood Cerise

📋 copy color: '#ED0297'

red 237 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #ED0297

Tints of Hollywood Cerise #ED0297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.72%

R = 60.77%
G = 0.51%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED0297 (or 0xED0297) is known color: Hollywood Cerise. HEX triplet: ED, 02 and 97. RGB value is (237,2,151). Sum of RGB (Red+Green+Blue) = 237+2+151=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0297 is #12FD68. Grayscale: #585858. Windows color (decimal): -1244521 or 9896685. OLE color: 9896685.

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

Color convert

RGB 237 2 151 -
CMYK 0 0.99 0.36 0.07
HSL 321.96º 0.98% 0.47% -
HSV(B) 321.96º 0.99% 0.93% -
XYZ 40.53 20.28 31.06 -
YUV 89.25 162.86 233.38 -
System Red Green Blue C M Y K H S L
Decimal 237 2 151 0 0.99 0.36 0.07 321.96 0.98 0.47
Hex ED 2 97 0 63 24 7 142 62 2F
Octal 355 2 227 0 143 44 7 502 142 57
Binary 11101101 10 10010111 0 1100011 100100 111 101000010 1100010 101111

Color Harmonies of #ED0297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0297

Black with #ED0297

Text Example


Text Example

White with #ED0297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0297; }

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

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

background-color css

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

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

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

border-color css

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

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

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