Html Css Color HEX #ED0594 Hollywood Cerise

📋 copy color: '#ED0594'

red 237 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #ED0594

Tints of Hollywood Cerise #ED0594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 60.77%
G = 1.28%
B = 37.95%

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

#ED0594 (or 0xED0594) is known color: Hollywood Cerise. HEX triplet: ED, 05 and 94. RGB value is (237,5,148). Sum of RGB (Red+Green+Blue) = 237+5+148=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0594 is #12FA6B. Grayscale: #5A5A5A. Windows color (decimal): -1243756 or 9700845. OLE color: 9700845.

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

Color convert

RGB 237 5 148 -
CMYK 0 0.98 0.38 0.07
HSL 323.02º 0.96% 0.47% -
HSV(B) 323.02º 0.98% 0.93% -
XYZ 40.32 20.25 29.8 -
YUV 90.67 160.36 232.37 -
System Red Green Blue C M Y K H S L
Decimal 237 5 148 0 0.98 0.38 0.07 323.02 0.96 0.47
Hex ED 5 94 0 62 26 7 143 60 2F
Octal 355 5 224 0 142 46 7 503 140 57
Binary 11101101 101 10010100 0 1100010 100110 111 101000011 1100000 101111

Color Harmonies of #ED0594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0594

Black with #ED0594

Text Example


Text Example

White with #ED0594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0594; }

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

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

background-color css

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

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

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

border-color css

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

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

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