Html Css Color HEX #E2156F Ruby

📋 copy color: '#E2156F'

red 226 ◦ green 21 ◦ blue 111

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

Shades of Ruby #E2156F

Tints of Ruby #E2156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 63.13%
G = 5.87%
B = 31.01%

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

#E2156F (or 0xE2156F) is known color: Ruby. HEX triplet: E2, 15 and 6F. RGB value is (226,21,111). Sum of RGB (Red+Green+Blue) = 226+21+111=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2156F is #1DEA90. Grayscale: #5C5C5C. Windows color (decimal): -1960593 or 7280098. OLE color: 7280098.

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

Color convert

RGB 226 21 111 -
CMYK 0 0.91 0.51 0.11
HSL 333.66º 0.83% 0.48% -
HSV(B) 333.66º 0.91% 0.89% -
XYZ 34.5 17.85 16.67 -
YUV 92.56 138.42 223.18 -
System Red Green Blue C M Y K H S L
Decimal 226 21 111 0 0.91 0.51 0.11 333.66 0.83 0.48
Hex E2 15 6F 0 5B 33 B 14E 53 30
Octal 342 25 157 0 133 63 13 516 123 60
Binary 11100010 10101 1101111 0 1011011 110011 1011 101001110 1010011 110000

Color Harmonies of #E2156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2156F

Black with #E2156F

Text Example


Text Example

White with #E2156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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