Html Css Color HEX #E5165A Ruby

📋 copy color: '#E5165A'

red 229 ◦ green 22 ◦ blue 90

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

Shades of Ruby #E5165A

Tints of Ruby #E5165A

RGB

 RED value IS 229 (89.84% from 255) = 67.16%

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

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

R = 67.16%
G = 6.45%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5165A (or 0xE5165A) is known color: Ruby. HEX triplet: E5, 16 and 5A. RGB value is (229,22,90). Sum of RGB (Red+Green+Blue) = 229+22+90=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5165A is #1AE9A5. Grayscale: #5B5B5B. Windows color (decimal): -1763750 or 5904101. OLE color: 5904101.

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

Color convert

RGB 229 22 90 -
CMYK 0 0.90 0.61 0.10
HSL 340.29º 0.82% 0.49% -
HSV(B) 340.29º 0.9% 0.9% -
XYZ 34.45 17.97 11.33 -
YUV 91.65 127.08 225.97 -
System Red Green Blue C M Y K H S L
Decimal 229 22 90 0 0.90 0.61 0.10 340.29 0.82 0.49
Hex E5 16 5A 0 5A 3D A 154 52 31
Octal 345 26 132 0 132 75 12 524 122 61
Binary 11100101 10110 1011010 0 1011010 111101 1010 101010100 1010010 110001

Color Harmonies of #E5165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5165A

Black with #E5165A

Text Example


Text Example

White with #E5165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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