Html Css Color HEX #E2155E Ruby

📋 copy color: '#E2155E'

red 226 ◦ green 21 ◦ blue 94

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

Shades of Ruby #E2155E

Tints of Ruby #E2155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 66.28%
G = 6.16%
B = 27.57%

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

#E2155E (or 0xE2155E) is known color: Ruby. HEX triplet: E2, 15 and 5E. RGB value is (226,21,94). Sum of RGB (Red+Green+Blue) = 226+21+94=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2155E is #1DEAA1. Grayscale: #5A5A5A. Windows color (decimal): -1960610 or 6165986. OLE color: 6165986.

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

Color convert

RGB 226 21 94 -
CMYK 0 0.91 0.58 0.11
HSL 338.63º 0.83% 0.48% -
HSV(B) 338.63º 0.91% 0.89% -
XYZ 33.65 17.51 12.2 -
YUV 90.62 129.92 224.56 -
System Red Green Blue C M Y K H S L
Decimal 226 21 94 0 0.91 0.58 0.11 338.63 0.83 0.48
Hex E2 15 5E 0 5B 3A B 153 53 30
Octal 342 25 136 0 133 72 13 523 123 60
Binary 11100010 10101 1011110 0 1011011 111010 1011 101010011 1010011 110000

Color Harmonies of #E2155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2155E

Black with #E2155E

Text Example


Text Example

White with #E2155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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