Html Css Color HEX #EE175E Ruby

📋 copy color: '#EE175E'

red 238 ◦ green 23 ◦ blue 94

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

Shades of Ruby #EE175E

Tints of Ruby #EE175E

RGB

 RED value IS 238 (93.36% from 255) = 67.04%

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

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

R = 67.04%
G = 6.48%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE175E (or 0xEE175E) is known color: Ruby. HEX triplet: EE, 17 and 5E. RGB value is (238,23,94). Sum of RGB (Red+Green+Blue) = 238+23+94=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE175E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE175E is #11E8A1. Grayscale: #5F5F5F. Windows color (decimal): -1173666 or 6166510. OLE color: 6166510.

HSL color Cylindrical-coordinate representation of color #EE175E: hue angle of 340.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE175E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 23 94 -
CMYK 0 0.90 0.61 0.07
HSL 340.19º 0.86% 0.51% -
HSV(B) 340.19º 0.9% 0.93% -
XYZ 37.59 19.6 12.39 -
YUV 95.38 127.23 229.73 -
System Red Green Blue C M Y K H S L
Decimal 238 23 94 0 0.90 0.61 0.07 340.19 0.86 0.51
Hex EE 17 5E 0 5A 3D 7 154 56 33
Octal 356 27 136 0 132 75 7 524 126 63
Binary 11101110 10111 1011110 0 1011010 111101 111 101010100 1010110 110011

Color Harmonies of #EE175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE175E

Black with #EE175E

Text Example


Text Example

White with #EE175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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