Html Css Color HEX #E0175E Ruby

📋 copy color: '#E0175E'

red 224 ◦ green 23 ◦ blue 94

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

Shades of Ruby #E0175E

Tints of Ruby #E0175E

RGB

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

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

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

R = 65.69%
G = 6.74%
B = 27.57%

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

#E0175E (or 0xE0175E) is known color: Ruby. HEX triplet: E0, 17 and 5E. RGB value is (224,23,94). Sum of RGB (Red+Green+Blue) = 224+23+94=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0175E is #1FE8A1. Grayscale: #5B5B5B. Windows color (decimal): -2091170 or 6166496. OLE color: 6166496.

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

Color convert

RGB 224 23 94 -
CMYK 0 0.90 0.58 0.12
HSL 338.81º 0.81% 0.48% -
HSV(B) 338.81º 0.9% 0.88% -
XYZ 33.07 17.27 12.18 -
YUV 91.19 129.59 222.73 -
System Red Green Blue C M Y K H S L
Decimal 224 23 94 0 0.90 0.58 0.12 338.81 0.81 0.48
Hex E0 17 5E 0 5A 3A C 153 51 30
Octal 340 27 136 0 132 72 14 523 121 60
Binary 11100000 10111 1011110 0 1011010 111010 1100 101010011 1010001 110000

Color Harmonies of #E0175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0175E

Black with #E0175E

Text Example


Text Example

White with #E0175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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