Html Css Color HEX #ED0495 Hollywood Cerise

📋 copy color: '#ED0495'

red 237 ◦ green 4 ◦ blue 149

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

Shades of Hollywood Cerise #ED0495

Tints of Hollywood Cerise #ED0495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 60.77%
G = 1.03%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED0495 (or 0xED0495) is known color: Hollywood Cerise. HEX triplet: ED, 04 and 95. RGB value is (237,4,149). Sum of RGB (Red+Green+Blue) = 237+4+149=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0495 is #12FB6A. Grayscale: #595959. Windows color (decimal): -1244011 or 9766125. OLE color: 9766125.

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

Color convert

RGB 237 4 149 -
CMYK 0 0.98 0.37 0.07
HSL 322.66º 0.97% 0.47% -
HSV(B) 322.66º 0.98% 0.93% -
XYZ 40.39 20.26 30.22 -
YUV 90.2 161.19 232.71 -
System Red Green Blue C M Y K H S L
Decimal 237 4 149 0 0.98 0.37 0.07 322.66 0.97 0.47
Hex ED 4 95 0 62 25 7 143 61 2F
Octal 355 4 225 0 142 45 7 503 141 57
Binary 11101101 100 10010101 0 1100010 100101 111 101000011 1100001 101111

Color Harmonies of #ED0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0495

Black with #ED0495

Text Example


Text Example

White with #ED0495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0495; }

 p { color: rgb(237,4,149); }

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

background-color css

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

 a { background-color: rgb(237,4,149); }

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

border-color css

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

 span { border-color: rgb(237,4,149); }

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