Html Css Color HEX #EE1775 Ruby

📋 copy color: '#EE1775'

red 238 ◦ green 23 ◦ blue 117

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

Shades of Ruby #EE1775

Tints of Ruby #EE1775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 62.96%
G = 6.08%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE1775 (or 0xEE1775) is known color: Ruby. HEX triplet: EE, 17 and 75. RGB value is (238,23,117). Sum of RGB (Red+Green+Blue) = 238+23+117=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1775 is #11E88A. Grayscale: #616161. Windows color (decimal): -1173643 or 7673838. OLE color: 7673838.

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

Color convert

RGB 238 23 117 -
CMYK 0 0.90 0.51 0.07
HSL 333.77º 0.86% 0.51% -
HSV(B) 333.77º 0.9% 0.93% -
XYZ 38.78 20.07 18.66 -
YUV 98 138.73 227.86 -
System Red Green Blue C M Y K H S L
Decimal 238 23 117 0 0.90 0.51 0.07 333.77 0.86 0.51
Hex EE 17 75 0 5A 33 7 14E 56 33
Octal 356 27 165 0 132 63 7 516 126 63
Binary 11101110 10111 1110101 0 1011010 110011 111 101001110 1010110 110011

Color Harmonies of #EE1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1775

Black with #EE1775

Text Example


Text Example

White with #EE1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1775; }

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

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

background-color css

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

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

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

border-color css

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

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

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