Html Css Color HEX #E2156E Ruby

📋 copy color: '#E2156E'

red 226 ◦ green 21 ◦ blue 110

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

Shades of Ruby #E2156E

Tints of Ruby #E2156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 63.31%
G = 5.88%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2156E (or 0xE2156E) is known color: Ruby. HEX triplet: E2, 15 and 6E. RGB value is (226,21,110). Sum of RGB (Red+Green+Blue) = 226+21+110=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2156E is #1DEA91. Grayscale: #5C5C5C. Windows color (decimal): -1960594 or 7214562. OLE color: 7214562.

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

Color convert

RGB 226 21 110 -
CMYK 0 0.91 0.51 0.11
HSL 333.95º 0.83% 0.48% -
HSV(B) 333.95º 0.91% 0.89% -
XYZ 34.45 17.83 16.38 -
YUV 92.44 137.92 223.26 -
System Red Green Blue C M Y K H S L
Decimal 226 21 110 0 0.91 0.51 0.11 333.95 0.83 0.48
Hex E2 15 6E 0 5B 33 B 14E 53 30
Octal 342 25 156 0 133 63 13 516 123 60
Binary 11100010 10101 1101110 0 1011011 110011 1011 101001110 1010011 110000

Color Harmonies of #E2156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2156E

Black with #E2156E

Text Example


Text Example

White with #E2156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2156E; }

 p { color: rgb(226,21,110); }

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

background-color css

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

 a { background-color: rgb(226,21,110); }

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

border-color css

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

 span { border-color: rgb(226,21,110); }

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