Html Css Color HEX #E2155F Ruby

📋 copy color: '#E2155F'

red 226 ◦ green 21 ◦ blue 95

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

Shades of Ruby #E2155F

Tints of Ruby #E2155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 66.08%
G = 6.14%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2155F (or 0xE2155F) is known color: Ruby. HEX triplet: E2, 15 and 5F. RGB value is (226,21,95). Sum of RGB (Red+Green+Blue) = 226+21+95=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2155F is #1DEAA0. Grayscale: #5A5A5A. Windows color (decimal): -1960609 or 6231522. OLE color: 6231522.

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

Color convert

RGB 226 21 95 -
CMYK 0 0.91 0.58 0.11
HSL 338.34º 0.83% 0.48% -
HSV(B) 338.34º 0.91% 0.89% -
XYZ 33.7 17.53 12.43 -
YUV 90.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 226 21 95 0 0.91 0.58 0.11 338.34 0.83 0.48
Hex E2 15 5F 0 5B 3A B 152 53 30
Octal 342 25 137 0 133 72 13 522 123 60
Binary 11100010 10101 1011111 0 1011011 111010 1011 101010010 1010011 110000

Color Harmonies of #E2155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2155F

Black with #E2155F

Text Example


Text Example

White with #E2155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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