Html Css Color HEX #ED018D Hollywood Cerise

📋 copy color: '#ED018D'

red 237 ◦ green 1 ◦ blue 141

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

Shades of Hollywood Cerise #ED018D

Tints of Hollywood Cerise #ED018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 62.53%
G = 0.26%
B = 37.2%

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

#ED018D (or 0xED018D) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 8D. RGB value is (237,1,141). Sum of RGB (Red+Green+Blue) = 237+1+141=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED018D is #12FE72. Grayscale: #575757. Windows color (decimal): -1244787 or 9241069. OLE color: 9241069.

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

Color convert

RGB 237 1 141 -
CMYK 0 1.00 0.41 0.07
HSL 324.41º 0.99% 0.47% -
HSV(B) 324.41º 1% 0.93% -
XYZ 39.74 19.95 26.96 -
YUV 87.52 158.19 234.62 -
System Red Green Blue C M Y K H S L
Decimal 237 1 141 0 1.00 0.41 0.07 324.41 0.99 0.47
Hex ED 1 8D 0 64 29 7 144 63 2F
Octal 355 1 215 0 144 51 7 504 143 57
Binary 11101101 1 10001101 0 1100100 101001 111 101000100 1100011 101111

Color Harmonies of #ED018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED018D

Black with #ED018D

Text Example


Text Example

White with #ED018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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