Html Css Color HEX #ED0592 Hollywood Cerise

📋 copy color: '#ED0592'

red 237 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #ED0592

Tints of Hollywood Cerise #ED0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 61.08%
G = 1.29%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED0592 (or 0xED0592) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 92. RGB value is (237,5,146). Sum of RGB (Red+Green+Blue) = 237+5+146=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0592 is #12FA6D. Grayscale: #5A5A5A. Windows color (decimal): -1243758 or 9569773. OLE color: 9569773.

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

Color convert

RGB 237 5 146 -
CMYK 0 0.98 0.38 0.07
HSL 323.53º 0.96% 0.47% -
HSV(B) 323.53º 0.98% 0.93% -
XYZ 40.17 20.19 28.97 -
YUV 90.44 159.36 232.54 -
System Red Green Blue C M Y K H S L
Decimal 237 5 146 0 0.98 0.38 0.07 323.53 0.96 0.47
Hex ED 5 92 0 62 26 7 144 60 2F
Octal 355 5 222 0 142 46 7 504 140 57
Binary 11101101 101 10010010 0 1100010 100110 111 101000100 1100000 101111

Color Harmonies of #ED0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0592

Black with #ED0592

Text Example


Text Example

White with #ED0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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