Html Css Color HEX #E0175D Ruby

📋 copy color: '#E0175D'

red 224 ◦ green 23 ◦ blue 93

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

Shades of Ruby #E0175D

Tints of Ruby #E0175D

RGB

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

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

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

R = 65.88%
G = 6.76%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0175D (or 0xE0175D) is known color: Ruby. HEX triplet: E0, 17 and 5D. RGB value is (224,23,93). Sum of RGB (Red+Green+Blue) = 224+23+93=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0175D is #1FE8A2. Grayscale: #5B5B5B. Windows color (decimal): -2091171 or 6100960. OLE color: 6100960.

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

Color convert

RGB 224 23 93 -
CMYK 0 0.90 0.58 0.12
HSL 339.1º 0.81% 0.48% -
HSV(B) 339.1º 0.9% 0.88% -
XYZ 33.02 17.25 11.95 -
YUV 91.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 224 23 93 0 0.90 0.58 0.12 339.1 0.81 0.48
Hex E0 17 5D 0 5A 3A C 153 51 30
Octal 340 27 135 0 132 72 14 523 121 60
Binary 11100000 10111 1011101 0 1011010 111010 1100 101010011 1010001 110000

Color Harmonies of #E0175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0175D

Black with #E0175D

Text Example


Text Example

White with #E0175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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