Html Css Color HEX #E8165A Ruby

📋 copy color: '#E8165A'

red 232 ◦ green 22 ◦ blue 90

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

Shades of Ruby #E8165A

Tints of Ruby #E8165A

RGB

 RED value IS 232 (91.02% from 255) = 67.44%

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

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

R = 67.44%
G = 6.4%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8165A (or 0xE8165A) is known color: Ruby. HEX triplet: E8, 16 and 5A. RGB value is (232,22,90). Sum of RGB (Red+Green+Blue) = 232+22+90=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E8165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8165A is #17E9A5. Grayscale: #5C5C5C. Windows color (decimal): -1567142 or 5904104. OLE color: 5904104.

HSL color Cylindrical-coordinate representation of color #E8165A: hue angle of 340.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8165A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 22 90 -
CMYK 0 0.91 0.61 0.09
HSL 340.57º 0.83% 0.5% -
HSV(B) 340.57º 0.91% 0.91% -
XYZ 35.41 18.47 11.37 -
YUV 92.54 126.57 227.47 -
System Red Green Blue C M Y K H S L
Decimal 232 22 90 0 0.91 0.61 0.09 340.57 0.83 0.5
Hex E8 16 5A 0 5B 3D 9 155 53 32
Octal 350 26 132 0 133 75 11 525 123 62
Binary 11101000 10110 1011010 0 1011011 111101 1001 101010101 1010011 110010

Color Harmonies of #E8165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8165A

Black with #E8165A

Text Example


Text Example

White with #E8165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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