Html Css Color HEX #ED0192 Hollywood Cerise

📋 copy color: '#ED0192'

red 237 ◦ green 1 ◦ blue 146

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

Shades of Hollywood Cerise #ED0192

Tints of Hollywood Cerise #ED0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 61.72%
G = 0.26%
B = 38.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED0192 (or 0xED0192) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 92. RGB value is (237,1,146). Sum of RGB (Red+Green+Blue) = 237+1+146=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0192 is #12FE6D. Grayscale: #575757. Windows color (decimal): -1244782 or 9568749. OLE color: 9568749.

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

Color convert

RGB 237 1 146 -
CMYK 0 1.00 0.38 0.07
HSL 323.14º 0.99% 0.47% -
HSV(B) 323.14º 1% 0.93% -
XYZ 40.12 20.1 28.96 -
YUV 88.09 160.69 234.21 -
System Red Green Blue C M Y K H S L
Decimal 237 1 146 0 1.00 0.38 0.07 323.14 0.99 0.47
Hex ED 1 92 0 64 26 7 143 63 2F
Octal 355 1 222 0 144 46 7 503 143 57
Binary 11101101 1 10010010 0 1100100 100110 111 101000011 1100011 101111

Color Harmonies of #ED0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0192

Black with #ED0192

Text Example


Text Example

White with #ED0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0192; }

 p { color: rgb(237,1,146); }

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

background-color css

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

 a { background-color: rgb(237,1,146); }

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

border-color css

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

 span { border-color: rgb(237,1,146); }

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