Html Css Color HEX #ED0593 Hollywood Cerise

📋 copy color: '#ED0593'

red 237 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #ED0593

Tints of Hollywood Cerise #ED0593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 60.93%
G = 1.29%
B = 37.79%

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

#ED0593 (or 0xED0593) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 93. RGB value is (237,5,147). Sum of RGB (Red+Green+Blue) = 237+5+147=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0593 is #12FA6C. Grayscale: #5A5A5A. Windows color (decimal): -1243757 or 9635309. OLE color: 9635309.

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

Color convert

RGB 237 5 147 -
CMYK 0 0.98 0.38 0.07
HSL 323.28º 0.96% 0.47% -
HSV(B) 323.28º 0.98% 0.93% -
XYZ 40.25 20.22 29.39 -
YUV 90.56 159.86 232.45 -
System Red Green Blue C M Y K H S L
Decimal 237 5 147 0 0.98 0.38 0.07 323.28 0.96 0.47
Hex ED 5 93 0 62 26 7 143 60 2F
Octal 355 5 223 0 142 46 7 503 140 57
Binary 11101101 101 10010011 0 1100010 100110 111 101000011 1100000 101111

Color Harmonies of #ED0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0593

Black with #ED0593

Text Example


Text Example

White with #ED0593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0593; }

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

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

background-color css

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

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

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

border-color css

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

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

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