Html Css Color HEX #E3165F Ruby

📋 copy color: '#E3165F'

red 227 ◦ green 22 ◦ blue 95

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

Shades of Ruby #E3165F

Tints of Ruby #E3165F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 65.99%
G = 6.4%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3165F (or 0xE3165F) is known color: Ruby. HEX triplet: E3, 16 and 5F. RGB value is (227,22,95). Sum of RGB (Red+Green+Blue) = 227+22+95=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3165F is #1CE9A0. Grayscale: #5B5B5B. Windows color (decimal): -1894817 or 6231779. OLE color: 6231779.

HSL color Cylindrical-coordinate representation of color #E3165F: hue angle of 338.63º 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 #E3165F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 95 -
CMYK 0 0.90 0.58 0.11
HSL 338.63º 0.82% 0.49% -
HSV(B) 338.63º 0.9% 0.89% -
XYZ 34.03 17.73 12.46 -
YUV 91.62 129.92 224.56 -
System Red Green Blue C M Y K H S L
Decimal 227 22 95 0 0.90 0.58 0.11 338.63 0.82 0.49
Hex E3 16 5F 0 5A 3A B 153 52 31
Octal 343 26 137 0 132 72 13 523 122 61
Binary 11100011 10110 1011111 0 1011010 111010 1011 101010011 1010010 110001

Color Harmonies of #E3165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3165F

Black with #E3165F

Text Example


Text Example

White with #E3165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3165F; }

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

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

background-color css

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

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

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

border-color css

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

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

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