Html Css Color HEX #E2145A Ruby

📋 copy color: '#E2145A'

red 226 ◦ green 20 ◦ blue 90

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

Shades of Ruby #E2145A

Tints of Ruby #E2145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 67.26%
G = 5.95%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2145A (or 0xE2145A) is known color: Ruby. HEX triplet: E2, 14 and 5A. RGB value is (226,20,90). Sum of RGB (Red+Green+Blue) = 226+20+90=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2145A is #1DEBA5. Grayscale: #595959. Windows color (decimal): -1960870 or 5903586. OLE color: 5903586.

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

Color convert

RGB 226 20 90 -
CMYK 0 0.91 0.60 0.11
HSL 339.61º 0.84% 0.48% -
HSV(B) 339.61º 0.91% 0.89% -
XYZ 33.46 17.41 11.27 -
YUV 89.57 128.25 225.31 -
System Red Green Blue C M Y K H S L
Decimal 226 20 90 0 0.91 0.60 0.11 339.61 0.84 0.48
Hex E2 14 5A 0 5B 3C B 154 54 30
Octal 342 24 132 0 133 74 13 524 124 60
Binary 11100010 10100 1011010 0 1011011 111100 1011 101010100 1010100 110000

Color Harmonies of #E2145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2145A

Black with #E2145A

Text Example


Text Example

White with #E2145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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