Html Css Color HEX #E2176A Ruby

📋 copy color: '#E2176A'

red 226 ◦ green 23 ◦ blue 106

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

Shades of Ruby #E2176A

Tints of Ruby #E2176A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 63.66%
G = 6.48%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2176A (or 0xE2176A) is known color: Ruby. HEX triplet: E2, 17 and 6A. RGB value is (226,23,106). Sum of RGB (Red+Green+Blue) = 226+23+106=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2176A is #1DE895. Grayscale: #5D5D5D. Windows color (decimal): -1960086 or 6952930. OLE color: 6952930.

HSL color Cylindrical-coordinate representation of color #E2176A: hue angle of 335.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2176A is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 106 -
CMYK 0 0.90 0.53 0.11
HSL 335.47º 0.82% 0.49% -
HSV(B) 335.47º 0.9% 0.89% -
XYZ 34.27 17.82 15.27 -
YUV 93.16 135.25 222.75 -
System Red Green Blue C M Y K H S L
Decimal 226 23 106 0 0.90 0.53 0.11 335.47 0.82 0.49
Hex E2 17 6A 0 5A 35 B 14F 52 31
Octal 342 27 152 0 132 65 13 517 122 61
Binary 11100010 10111 1101010 0 1011010 110101 1011 101001111 1010010 110001

Color Harmonies of #E2176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2176A

Black with #E2176A

Text Example


Text Example

White with #E2176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2176A; }

 p { color: rgb(226,23,106); }

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

background-color css

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

 a { background-color: rgb(226,23,106); }

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

border-color css

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

 span { border-color: rgb(226,23,106); }

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