Html Css Color HEX #EE175C Ruby

📋 copy color: '#EE175C'

red 238 ◦ green 23 ◦ blue 92

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

Shades of Ruby #EE175C

Tints of Ruby #EE175C

RGB

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

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

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

R = 67.42%
G = 6.52%
B = 26.06%

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

#EE175C (or 0xEE175C) is known color: Ruby. HEX triplet: EE, 17 and 5C. RGB value is (238,23,92). Sum of RGB (Red+Green+Blue) = 238+23+92=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE175C is #11E8A3. Grayscale: #5F5F5F. Windows color (decimal): -1173668 or 6035438. OLE color: 6035438.

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

Color convert

RGB 238 23 92 -
CMYK 0 0.90 0.61 0.07
HSL 340.74º 0.86% 0.51% -
HSV(B) 340.74º 0.9% 0.93% -
XYZ 37.5 19.56 11.92 -
YUV 95.15 126.23 229.89 -
System Red Green Blue C M Y K H S L
Decimal 238 23 92 0 0.90 0.61 0.07 340.74 0.86 0.51
Hex EE 17 5C 0 5A 3D 7 155 56 33
Octal 356 27 134 0 132 75 7 525 126 63
Binary 11101110 10111 1011100 0 1011010 111101 111 101010101 1010110 110011

Color Harmonies of #EE175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE175C

Black with #EE175C

Text Example


Text Example

White with #EE175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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