Html Css Color HEX #E3175F Ruby

📋 copy color: '#E3175F'

red 227 ◦ green 23 ◦ blue 95

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

Shades of Ruby #E3175F

Tints of Ruby #E3175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

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

R = 65.8%
G = 6.67%
B = 27.54%

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

#E3175F (or 0xE3175F) is known color: Ruby. HEX triplet: E3, 17 and 5F. RGB value is (227,23,95). Sum of RGB (Red+Green+Blue) = 227+23+95=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E3175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3175F is #1CE8A0. Grayscale: #5C5C5C. Windows color (decimal): -1894561 or 6232035. OLE color: 6232035.

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

Color convert

RGB 227 23 95 -
CMYK 0 0.90 0.58 0.11
HSL 338.82º 0.82% 0.49% -
HSV(B) 338.82º 0.9% 0.89% -
XYZ 34.05 17.77 12.46 -
YUV 92.2 129.59 224.15 -
System Red Green Blue C M Y K H S L
Decimal 227 23 95 0 0.90 0.58 0.11 338.82 0.82 0.49
Hex E3 17 5F 0 5A 3A B 153 52 31
Octal 343 27 137 0 132 72 13 523 122 61
Binary 11100011 10111 1011111 0 1011010 111010 1011 101010011 1010010 110001

Color Harmonies of #E3175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3175F

Black with #E3175F

Text Example


Text Example

White with #E3175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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