Html Css Color HEX #ED018C Hollywood Cerise

📋 copy color: '#ED018C'

red 237 ◦ green 1 ◦ blue 140

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

Shades of Hollywood Cerise #ED018C

Tints of Hollywood Cerise #ED018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 62.7%
G = 0.26%
B = 37.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED018C (or 0xED018C) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 8C. RGB value is (237,1,140). Sum of RGB (Red+Green+Blue) = 237+1+140=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED018C is #12FE73. Grayscale: #575757. Windows color (decimal): -1244788 or 9175533. OLE color: 9175533.

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

Color convert

RGB 237 1 140 -
CMYK 0 1.00 0.41 0.07
HSL 324.66º 0.99% 0.47% -
HSV(B) 324.66º 1% 0.93% -
XYZ 39.67 19.92 26.57 -
YUV 87.41 157.69 234.7 -
System Red Green Blue C M Y K H S L
Decimal 237 1 140 0 1.00 0.41 0.07 324.66 0.99 0.47
Hex ED 1 8C 0 64 29 7 145 63 2F
Octal 355 1 214 0 144 51 7 505 143 57
Binary 11101101 1 10001100 0 1100100 101001 111 101000101 1100011 101111

Color Harmonies of #ED018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED018C

Black with #ED018C

Text Example


Text Example

White with #ED018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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