Html Css Color HEX #E0175C Ruby

📋 copy color: '#E0175C'

red 224 ◦ green 23 ◦ blue 92

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

Shades of Ruby #E0175C

Tints of Ruby #E0175C

RGB

 RED value IS 224 (87.89% from 255) = 66.08%

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 66.08%
G = 6.78%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0175C (or 0xE0175C) is known color: Ruby. HEX triplet: E0, 17 and 5C. RGB value is (224,23,92). Sum of RGB (Red+Green+Blue) = 224+23+92=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0175C is #1FE8A3. Grayscale: #5A5A5A. Windows color (decimal): -2091172 or 6035424. OLE color: 6035424.

HSL color Cylindrical-coordinate representation of color #E0175C: hue angle of 339.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0175C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 92 -
CMYK 0 0.90 0.59 0.12
HSL 339.4º 0.81% 0.48% -
HSV(B) 339.4º 0.9% 0.88% -
XYZ 32.98 17.23 11.71 -
YUV 90.97 128.59 222.89 -
System Red Green Blue C M Y K H S L
Decimal 224 23 92 0 0.90 0.59 0.12 339.4 0.81 0.48
Hex E0 17 5C 0 5A 3B C 153 51 30
Octal 340 27 134 0 132 73 14 523 121 60
Binary 11100000 10111 1011100 0 1011010 111011 1100 101010011 1010001 110000

Color Harmonies of #E0175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0175C

Black with #E0175C

Text Example


Text Example

White with #E0175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0175C; }

 p { color: rgb(224,23,92); }

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

background-color css

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

 a { background-color: rgb(224,23,92); }

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

border-color css

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

 span { border-color: rgb(224,23,92); }

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