Html Css Color HEX #ED2170 Ruby

📋 copy color: '#ED2170'

red 237 ◦ green 33 ◦ blue 112

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

Shades of Ruby #ED2170

Tints of Ruby #ED2170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.64%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 62.04%
G = 8.64%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED2170 (or 0xED2170) is known color: Ruby. HEX triplet: ED, 21 and 70. RGB value is (237,33,112). Sum of RGB (Red+Green+Blue) = 237+33+112=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2170 is #12DE8F. Grayscale: #666666. Windows color (decimal): -1236624 or 7348717. OLE color: 7348717.

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

Color convert

RGB 237 33 112 -
CMYK 0 0.86 0.53 0.07
HSL 336.76º 0.85% 0.53% -
HSV(B) 336.76º 0.86% 0.93% -
XYZ 38.39 20.26 17.22 -
YUV 103 133.09 223.58 -
System Red Green Blue C M Y K H S L
Decimal 237 33 112 0 0.86 0.53 0.07 336.76 0.85 0.53
Hex ED 21 70 0 56 35 7 151 55 35
Octal 355 41 160 0 126 65 7 521 125 65
Binary 11101101 100001 1110000 0 1010110 110101 111 101010001 1010101 110101

Color Harmonies of #ED2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2170

Black with #ED2170

Text Example


Text Example

White with #ED2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2170; }

 p { color: rgb(237,33,112); }

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

background-color css

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

 a { background-color: rgb(237,33,112); }

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

border-color css

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

 span { border-color: rgb(237,33,112); }

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