Html Css Color HEX #EE175F Ruby

📋 copy color: '#EE175F'

red 238 ◦ green 23 ◦ blue 95

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

Shades of Ruby #EE175F

Tints of Ruby #EE175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 66.85%
G = 6.46%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE175F (or 0xEE175F) is known color: Ruby. HEX triplet: EE, 17 and 5F. RGB value is (238,23,95). Sum of RGB (Red+Green+Blue) = 238+23+95=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE175F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE175F is #11E8A0. Grayscale: #5F5F5F. Windows color (decimal): -1173665 or 6232046. OLE color: 6232046.

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

Color convert

RGB 238 23 95 -
CMYK 0 0.90 0.60 0.07
HSL 339.91º 0.86% 0.51% -
HSV(B) 339.91º 0.9% 0.93% -
XYZ 37.63 19.62 12.63 -
YUV 95.49 127.73 229.65 -
System Red Green Blue C M Y K H S L
Decimal 238 23 95 0 0.90 0.60 0.07 339.91 0.86 0.51
Hex EE 17 5F 0 5A 3C 7 154 56 33
Octal 356 27 137 0 132 74 7 524 126 63
Binary 11101110 10111 1011111 0 1011010 111100 111 101010100 1010110 110011

Color Harmonies of #EE175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE175F

Black with #EE175F

Text Example


Text Example

White with #EE175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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