Html Css Color HEX #E2146A Ruby

📋 copy color: '#E2146A'

red 226 ◦ green 20 ◦ blue 106

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

Shades of Ruby #E2146A

Tints of Ruby #E2146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.68%

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 64.2%
G = 5.68%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2146A (or 0xE2146A) is known color: Ruby. HEX triplet: E2, 14 and 6A. RGB value is (226,20,106). Sum of RGB (Red+Green+Blue) = 226+20+106=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2146A is #1DEB95. Grayscale: #5B5B5B. Windows color (decimal): -1960854 or 6952162. OLE color: 6952162.

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

Color convert

RGB 226 20 106 -
CMYK 0 0.91 0.53 0.11
HSL 334.95º 0.84% 0.48% -
HSV(B) 334.95º 0.91% 0.89% -
XYZ 34.22 17.71 15.25 -
YUV 91.4 136.25 224.01 -
System Red Green Blue C M Y K H S L
Decimal 226 20 106 0 0.91 0.53 0.11 334.95 0.84 0.48
Hex E2 14 6A 0 5B 35 B 14F 54 30
Octal 342 24 152 0 133 65 13 517 124 60
Binary 11100010 10100 1101010 0 1011011 110101 1011 101001111 1010100 110000

Color Harmonies of #E2146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2146A

Black with #E2146A

Text Example


Text Example

White with #E2146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2146A; }

 p { color: rgb(226,20,106); }

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

background-color css

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

 a { background-color: rgb(226,20,106); }

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

border-color css

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

 span { border-color: rgb(226,20,106); }

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