Html Css Color HEX #ED058D Hollywood Cerise

📋 copy color: '#ED058D'

red 237 ◦ green 5 ◦ blue 141

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

Shades of Hollywood Cerise #ED058D

Tints of Hollywood Cerise #ED058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 61.88%
G = 1.31%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED058D (or 0xED058D) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 8D. RGB value is (237,5,141). Sum of RGB (Red+Green+Blue) = 237+5+141=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED058D is #12FA72. Grayscale: #595959. Windows color (decimal): -1243763 or 9242093. OLE color: 9242093.

HSL color Cylindrical-coordinate representation of color #ED058D: hue angle of 324.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED058D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 5 141 -
CMYK 0 0.98 0.41 0.07
HSL 324.83º 0.96% 0.47% -
HSV(B) 324.83º 0.98% 0.93% -
XYZ 39.79 20.04 26.97 -
YUV 89.87 156.86 232.94 -
System Red Green Blue C M Y K H S L
Decimal 237 5 141 0 0.98 0.41 0.07 324.83 0.96 0.47
Hex ED 5 8D 0 62 29 7 145 60 2F
Octal 355 5 215 0 142 51 7 505 140 57
Binary 11101101 101 10001101 0 1100010 101001 111 101000101 1100000 101111

Color Harmonies of #ED058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED058D

Black with #ED058D

Text Example


Text Example

White with #ED058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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