Html Css Color HEX #ED058F Hollywood Cerise

📋 copy color: '#ED058F'

red 237 ◦ green 5 ◦ blue 143

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

Shades of Hollywood Cerise #ED058F

Tints of Hollywood Cerise #ED058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 61.56%
G = 1.3%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED058F (or 0xED058F) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 8F. RGB value is (237,5,143). Sum of RGB (Red+Green+Blue) = 237+5+143=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED058F is #12FA70. Grayscale: #595959. Windows color (decimal): -1243761 or 9373165. OLE color: 9373165.

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

Color convert

RGB 237 5 143 -
CMYK 0 0.98 0.40 0.07
HSL 324.31º 0.96% 0.47% -
HSV(B) 324.31º 0.98% 0.93% -
XYZ 39.94 20.1 27.76 -
YUV 90.1 157.86 232.78 -
System Red Green Blue C M Y K H S L
Decimal 237 5 143 0 0.98 0.40 0.07 324.31 0.96 0.47
Hex ED 5 8F 0 62 28 7 144 60 2F
Octal 355 5 217 0 142 50 7 504 140 57
Binary 11101101 101 10001111 0 1100010 101000 111 101000100 1100000 101111

Color Harmonies of #ED058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED058F

Black with #ED058F

Text Example


Text Example

White with #ED058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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