Html Css Color HEX #E2155C Ruby

📋 copy color: '#E2155C'

red 226 ◦ green 21 ◦ blue 92

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

Shades of Ruby #E2155C

Tints of Ruby #E2155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 66.67%
G = 6.19%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2155C (or 0xE2155C) is known color: Ruby. HEX triplet: E2, 15 and 5C. RGB value is (226,21,92). Sum of RGB (Red+Green+Blue) = 226+21+92=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2155C is #1DEAA3. Grayscale: #5A5A5A. Windows color (decimal): -1960612 or 6034914. OLE color: 6034914.

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

Color convert

RGB 226 21 92 -
CMYK 0 0.91 0.59 0.11
HSL 339.22º 0.83% 0.48% -
HSV(B) 339.22º 0.91% 0.89% -
XYZ 33.56 17.48 11.73 -
YUV 90.39 128.92 224.73 -
System Red Green Blue C M Y K H S L
Decimal 226 21 92 0 0.91 0.59 0.11 339.22 0.83 0.48
Hex E2 15 5C 0 5B 3B B 153 53 30
Octal 342 25 134 0 133 73 13 523 123 60
Binary 11100010 10101 1011100 0 1011011 111011 1011 101010011 1010011 110000

Color Harmonies of #E2155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2155C

Black with #E2155C

Text Example


Text Example

White with #E2155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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