Html Css Color HEX #ED059A Hollywood Cerise

📋 copy color: '#ED059A'

red 237 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #ED059A

Tints of Hollywood Cerise #ED059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 59.85%
G = 1.26%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED059A (or 0xED059A) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 9A. RGB value is (237,5,154). Sum of RGB (Red+Green+Blue) = 237+5+154=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED059A is #12FA65. Grayscale: #5A5A5A. Windows color (decimal): -1243750 or 10094061. OLE color: 10094061.

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

Color convert

RGB 237 5 154 -
CMYK 0 0.98 0.35 0.07
HSL 321.47º 0.96% 0.47% -
HSV(B) 321.47º 0.98% 0.93% -
XYZ 40.81 20.45 32.37 -
YUV 91.35 163.36 231.88 -
System Red Green Blue C M Y K H S L
Decimal 237 5 154 0 0.98 0.35 0.07 321.47 0.96 0.47
Hex ED 5 9A 0 62 23 7 141 60 2F
Octal 355 5 232 0 142 43 7 501 140 57
Binary 11101101 101 10011010 0 1100010 100011 111 101000001 1100000 101111

Color Harmonies of #ED059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED059A

Black with #ED059A

Text Example


Text Example

White with #ED059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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