Html Css Color HEX #ED0188 Hollywood Cerise

📋 copy color: '#ED0188'

red 237 ◦ green 1 ◦ blue 136

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

Shades of Hollywood Cerise #ED0188

Tints of Hollywood Cerise #ED0188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 63.37%
G = 0.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED0188 (or 0xED0188) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 88. RGB value is (237,1,136). Sum of RGB (Red+Green+Blue) = 237+1+136=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0188 is #12FE77. Grayscale: #565656. Windows color (decimal): -1244792 or 8913389. OLE color: 8913389.

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

Color convert

RGB 237 1 136 -
CMYK 0 1.00 0.43 0.07
HSL 325.68º 0.99% 0.47% -
HSV(B) 325.68º 1% 0.93% -
XYZ 39.38 19.8 25.04 -
YUV 86.95 155.69 235.02 -
System Red Green Blue C M Y K H S L
Decimal 237 1 136 0 1.00 0.43 0.07 325.68 0.99 0.47
Hex ED 1 88 0 64 2B 7 146 63 2F
Octal 355 1 210 0 144 53 7 506 143 57
Binary 11101101 1 10001000 0 1100100 101011 111 101000110 1100011 101111

Color Harmonies of #ED0188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0188

Black with #ED0188

Text Example


Text Example

White with #ED0188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0188; }

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

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

background-color css

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

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

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

border-color css

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

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

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