Html Css Color HEX #E21175 Ruby

📋 copy color: '#E21175'

red 226 ◦ green 17 ◦ blue 117

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

Shades of Ruby #E21175

Tints of Ruby #E21175

RGB

 RED value IS 226 (88.67% from 255) = 62.78%

 GREEN value IS 17 (7.03% from 255) = 4.72%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 62.78%
G = 4.72%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E21175 (or 0xE21175) is known color: Ruby. HEX triplet: E2, 11 and 75. RGB value is (226,17,117). Sum of RGB (Red+Green+Blue) = 226+17+117=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E21175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21175 is #1DEE8A. Grayscale: #5A5A5A. Windows color (decimal): -1961611 or 7672290. OLE color: 7672290.

HSL color Cylindrical-coordinate representation of color #E21175: hue angle of 331.29º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21175 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 117 -
CMYK 0 0.92 0.48 0.11
HSL 331.29º 0.86% 0.48% -
HSV(B) 331.29º 0.92% 0.89% -
XYZ 34.78 17.85 18.44 -
YUV 90.89 142.74 224.37 -
System Red Green Blue C M Y K H S L
Decimal 226 17 117 0 0.92 0.48 0.11 331.29 0.86 0.48
Hex E2 11 75 0 5C 30 B 14B 56 30
Octal 342 21 165 0 134 60 13 513 126 60
Binary 11100010 10001 1110101 0 1011100 110000 1011 101001011 1010110 110000

Color Harmonies of #E21175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21175

Black with #E21175

Text Example


Text Example

White with #E21175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21175; }

 p { color: rgb(226,17,117); }

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

background-color css

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

 a { background-color: rgb(226,17,117); }

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

border-color css

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

 span { border-color: rgb(226,17,117); }

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