Html Css Color HEX #ED0293 Hollywood Cerise

📋 copy color: '#ED0293'

red 237 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #ED0293

Tints of Hollywood Cerise #ED0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 61.4%
G = 0.52%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED0293 (or 0xED0293) is known color: Hollywood Cerise. HEX triplet: ED, 02 and 93. RGB value is (237,2,147). Sum of RGB (Red+Green+Blue) = 237+2+147=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0293 is #12FD6C. Grayscale: #585858. Windows color (decimal): -1244525 or 9634541. OLE color: 9634541.

HSL color Cylindrical-coordinate representation of color #ED0293: hue angle of 322.98º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0293 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 147 -
CMYK 0 0.99 0.38 0.07
HSL 322.98º 0.98% 0.47% -
HSV(B) 322.98º 0.99% 0.93% -
XYZ 40.21 20.15 29.37 -
YUV 88.8 160.86 233.71 -
System Red Green Blue C M Y K H S L
Decimal 237 2 147 0 0.99 0.38 0.07 322.98 0.98 0.47
Hex ED 2 93 0 63 26 7 143 62 2F
Octal 355 2 223 0 143 46 7 503 142 57
Binary 11101101 10 10010011 0 1100011 100110 111 101000011 1100010 101111

Color Harmonies of #ED0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0293

Black with #ED0293

Text Example


Text Example

White with #ED0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0293; }

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

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

background-color css

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

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

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

border-color css

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

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

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