Html Css Color HEX #E2137B Ruby

📋 copy color: '#E2137B'

red 226 ◦ green 19 ◦ blue 123

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

Shades of Ruby #E2137B

Tints of Ruby #E2137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.16%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 61.41%
G = 5.16%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2137B (or 0xE2137B) is known color: Ruby. HEX triplet: E2, 13 and 7B. RGB value is (226,19,123). Sum of RGB (Red+Green+Blue) = 226+19+123=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2137B is #1DEC84. Grayscale: #5C5C5C. Windows color (decimal): -1961093 or 8066018. OLE color: 8066018.

HSL color Cylindrical-coordinate representation of color #E2137B: hue angle of 329.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2137B is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 123 -
CMYK 0 0.92 0.46 0.11
HSL 329.86º 0.84% 0.48% -
HSV(B) 329.86º 0.92% 0.89% -
XYZ 35.17 18.06 20.37 -
YUV 92.75 145.08 223.04 -
System Red Green Blue C M Y K H S L
Decimal 226 19 123 0 0.92 0.46 0.11 329.86 0.84 0.48
Hex E2 13 7B 0 5C 2E B 14A 54 30
Octal 342 23 173 0 134 56 13 512 124 60
Binary 11100010 10011 1111011 0 1011100 101110 1011 101001010 1010100 110000

Color Harmonies of #E2137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2137B

Black with #E2137B

Text Example


Text Example

White with #E2137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2137B; }

 p { color: rgb(226,19,123); }

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

background-color css

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

 a { background-color: rgb(226,19,123); }

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

border-color css

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

 span { border-color: rgb(226,19,123); }

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