Html Css Color HEX #ED0190 Hollywood Cerise

📋 copy color: '#ED0190'

red 237 ◦ green 1 ◦ blue 144

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

Shades of Hollywood Cerise #ED0190

Tints of Hollywood Cerise #ED0190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 62.04%
G = 0.26%
B = 37.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED0190 (or 0xED0190) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 90. RGB value is (237,1,144). Sum of RGB (Red+Green+Blue) = 237+1+144=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0190 is #12FE6F. Grayscale: #575757. Windows color (decimal): -1244784 or 9437677. OLE color: 9437677.

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

Color convert

RGB 237 1 144 -
CMYK 0 1.00 0.39 0.07
HSL 323.64º 0.99% 0.47% -
HSV(B) 323.64º 1% 0.93% -
XYZ 39.97 20.04 28.15 -
YUV 87.87 159.69 234.37 -
System Red Green Blue C M Y K H S L
Decimal 237 1 144 0 1.00 0.39 0.07 323.64 0.99 0.47
Hex ED 1 90 0 64 27 7 144 63 2F
Octal 355 1 220 0 144 47 7 504 143 57
Binary 11101101 1 10010000 0 1100100 100111 111 101000100 1100011 101111

Color Harmonies of #ED0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0190

Black with #ED0190

Text Example


Text Example

White with #ED0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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