Html Css Color HEX #ED0096 Hollywood Cerise

📋 copy color: '#ED0096'

red 237 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #ED0096

Tints of Hollywood Cerise #ED0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 61.24%
G = 0%
B = 38.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED0096 (or 0xED0096) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 96. RGB value is (237,0,150). Sum of RGB (Red+Green+Blue) = 237+0+150=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0096 is #12FF69. Grayscale: #575757. Windows color (decimal): -1245034 or 9830637. OLE color: 9830637.

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

Color convert

RGB 237 0 150 -
CMYK 0 1 0.37 0.07
HSL 322.03º 1% 0.46% -
HSV(B) 322.03º 1% 0.93% -
XYZ 40.43 20.21 30.62 -
YUV 87.96 163.02 234.3 -
System Red Green Blue C M Y K H S L
Decimal 237 0 150 0 1 0.37 0.07 322.03 1 0.46
Hex ED 0 96 0 64 25 7 142 64 2E
Octal 355 0 226 0 144 45 7 502 144 56
Binary 11101101 0 10010110 0 1100100 100101 111 101000010 1100100 101110

Color Harmonies of #ED0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0096

Black with #ED0096

Text Example


Text Example

White with #ED0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0096; }

 p { color: rgb(237,0,150); }

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

background-color css

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

 a { background-color: rgb(237,0,150); }

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

border-color css

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

 span { border-color: rgb(237,0,150); }

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