Html Css Color HEX #E3165A Ruby

📋 copy color: '#E3165A'

red 227 ◦ green 22 ◦ blue 90

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

Shades of Ruby #E3165A

Tints of Ruby #E3165A

RGB

 RED value IS 227 (89.06% from 255) = 66.96%

 GREEN value IS 22 (8.98% from 255) = 6.49%

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

R = 66.96%
G = 6.49%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3165A (or 0xE3165A) is known color: Ruby. HEX triplet: E3, 16 and 5A. RGB value is (227,22,90). Sum of RGB (Red+Green+Blue) = 227+22+90=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E3165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3165A is #1CE9A5. Grayscale: #5A5A5A. Windows color (decimal): -1894822 or 5904099. OLE color: 5904099.

HSL color Cylindrical-coordinate representation of color #E3165A: hue angle of 340.1º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3165A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 90 -
CMYK 0 0.90 0.60 0.11
HSL 340.1º 0.82% 0.49% -
HSV(B) 340.1º 0.9% 0.89% -
XYZ 33.81 17.64 11.3 -
YUV 91.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 227 22 90 0 0.90 0.60 0.11 340.1 0.82 0.49
Hex E3 16 5A 0 5A 3C B 154 52 31
Octal 343 26 132 0 132 74 13 524 122 61
Binary 11100011 10110 1011010 0 1011010 111100 1011 101010100 1010010 110001

Color Harmonies of #E3165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3165A

Black with #E3165A

Text Example


Text Example

White with #E3165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3165A; }

 p { color: rgb(227,22,90); }

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

background-color css

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

 a { background-color: rgb(227,22,90); }

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

border-color css

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

 span { border-color: rgb(227,22,90); }

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