Html Css Color HEX #E7165E Ruby

📋 copy color: '#E7165E'

red 231 ◦ green 22 ◦ blue 94

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

Shades of Ruby #E7165E

Tints of Ruby #E7165E

RGB

 RED value IS 231 (90.63% from 255) = 66.57%

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 66.57%
G = 6.34%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7165E (or 0xE7165E) is known color: Ruby. HEX triplet: E7, 16 and 5E. RGB value is (231,22,94). Sum of RGB (Red+Green+Blue) = 231+22+94=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7165E is #18E9A1. Grayscale: #5C5C5C. Windows color (decimal): -1632674 or 6166247. OLE color: 6166247.

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

Color convert

RGB 231 22 94 -
CMYK 0 0.90 0.59 0.09
HSL 339.33º 0.83% 0.5% -
HSV(B) 339.33º 0.9% 0.91% -
XYZ 35.26 18.37 12.28 -
YUV 92.7 128.74 226.65 -
System Red Green Blue C M Y K H S L
Decimal 231 22 94 0 0.90 0.59 0.09 339.33 0.83 0.5
Hex E7 16 5E 0 5A 3B 9 153 53 32
Octal 347 26 136 0 132 73 11 523 123 62
Binary 11100111 10110 1011110 0 1011010 111011 1001 101010011 1010011 110010

Color Harmonies of #E7165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7165E

Black with #E7165E

Text Example


Text Example

White with #E7165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7165E; }

 p { color: rgb(231,22,94); }

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

background-color css

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

 a { background-color: rgb(231,22,94); }

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

border-color css

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

 span { border-color: rgb(231,22,94); }

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