Html Css Color HEX #E8165D Ruby

📋 copy color: '#E8165D'

red 232 ◦ green 22 ◦ blue 93

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

Shades of Ruby #E8165D

Tints of Ruby #E8165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 66.86%
G = 6.34%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E8165D (or 0xE8165D) is known color: Ruby. HEX triplet: E8, 16 and 5D. RGB value is (232,22,93). Sum of RGB (Red+Green+Blue) = 232+22+93=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E8165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8165D is #17E9A2. Grayscale: #5C5C5C. Windows color (decimal): -1567139 or 6100712. OLE color: 6100712.

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

Color convert

RGB 232 22 93 -
CMYK 0 0.91 0.60 0.09
HSL 339.71º 0.83% 0.5% -
HSV(B) 339.71º 0.91% 0.91% -
XYZ 35.54 18.52 12.06 -
YUV 92.88 128.07 227.23 -
System Red Green Blue C M Y K H S L
Decimal 232 22 93 0 0.91 0.60 0.09 339.71 0.83 0.5
Hex E8 16 5D 0 5B 3C 9 154 53 32
Octal 350 26 135 0 133 74 11 524 123 62
Binary 11101000 10110 1011101 0 1011011 111100 1001 101010100 1010011 110010

Color Harmonies of #E8165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8165D

Black with #E8165D

Text Example


Text Example

White with #E8165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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