Html Css Color HEX #ED2073 Ruby

📋 copy color: '#ED2073'

red 237 ◦ green 32 ◦ blue 115

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

Shades of Ruby #ED2073

Tints of Ruby #ED2073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 61.72%
G = 8.33%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED2073 (or 0xED2073) is known color: Ruby. HEX triplet: ED, 20 and 73. RGB value is (237,32,115). Sum of RGB (Red+Green+Blue) = 237+32+115=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2073 is #12DF8C. Grayscale: #666666. Windows color (decimal): -1236877 or 7545069. OLE color: 7545069.

HSL color Cylindrical-coordinate representation of color #ED2073: hue angle of 335.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2073 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 32 115 -
CMYK 0 0.86 0.51 0.07
HSL 335.71º 0.85% 0.53% -
HSV(B) 335.71º 0.86% 0.93% -
XYZ 38.54 20.28 18.1 -
YUV 102.76 134.92 223.75 -
System Red Green Blue C M Y K H S L
Decimal 237 32 115 0 0.86 0.51 0.07 335.71 0.85 0.53
Hex ED 20 73 0 56 33 7 150 55 35
Octal 355 40 163 0 126 63 7 520 125 65
Binary 11101101 100000 1110011 0 1010110 110011 111 101010000 1010101 110101

Color Harmonies of #ED2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2073

Black with #ED2073

Text Example


Text Example

White with #ED2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2073; }

 p { color: rgb(237,32,115); }

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

background-color css

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

 a { background-color: rgb(237,32,115); }

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

border-color css

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

 span { border-color: rgb(237,32,115); }

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