Html Css Color HEX #ED0195 Hollywood Cerise

📋 copy color: '#ED0195'

red 237 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #ED0195

Tints of Hollywood Cerise #ED0195

RGB

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

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

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

R = 61.24%
G = 0.26%
B = 38.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED0195 (or 0xED0195) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 95. RGB value is (237,1,149). Sum of RGB (Red+Green+Blue) = 237+1+149=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0195 is #12FE6A. Grayscale: #585858. Windows color (decimal): -1244779 or 9765357. OLE color: 9765357.

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

Color convert

RGB 237 1 149 -
CMYK 0 1.00 0.37 0.07
HSL 322.37º 0.99% 0.47% -
HSV(B) 322.37º 1% 0.93% -
XYZ 40.36 20.2 30.2 -
YUV 88.44 162.19 233.97 -
System Red Green Blue C M Y K H S L
Decimal 237 1 149 0 1.00 0.37 0.07 322.37 0.99 0.47
Hex ED 1 95 0 64 25 7 142 63 2F
Octal 355 1 225 0 144 45 7 502 143 57
Binary 11101101 1 10010101 0 1100100 100101 111 101000010 1100011 101111

Color Harmonies of #ED0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0195

Black with #ED0195

Text Example


Text Example

White with #ED0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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