Html Css Color HEX #E2156D Ruby

📋 copy color: '#E2156D'

red 226 ◦ green 21 ◦ blue 109

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

Shades of Ruby #E2156D

Tints of Ruby #E2156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 63.48%
G = 5.9%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2156D (or 0xE2156D) is known color: Ruby. HEX triplet: E2, 15 and 6D. RGB value is (226,21,109). Sum of RGB (Red+Green+Blue) = 226+21+109=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2156D is #1DEA92. Grayscale: #5C5C5C. Windows color (decimal): -1960595 or 7149026. OLE color: 7149026.

HSL color Cylindrical-coordinate representation of color #E2156D: hue angle of 334.24º 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 #E2156D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 109 -
CMYK 0 0.91 0.52 0.11
HSL 334.24º 0.83% 0.48% -
HSV(B) 334.24º 0.91% 0.89% -
XYZ 34.39 17.81 16.09 -
YUV 92.33 137.42 223.34 -
System Red Green Blue C M Y K H S L
Decimal 226 21 109 0 0.91 0.52 0.11 334.24 0.83 0.48
Hex E2 15 6D 0 5B 34 B 14E 53 30
Octal 342 25 155 0 133 64 13 516 123 60
Binary 11100010 10101 1101101 0 1011011 110100 1011 101001110 1010011 110000

Color Harmonies of #E2156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2156D

Black with #E2156D

Text Example


Text Example

White with #E2156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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