Html Css Color HEX #EE1E60 Ruby

📋 copy color: '#EE1E60'

red 238 ◦ green 30 ◦ blue 96

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

Shades of Ruby #EE1E60

Tints of Ruby #EE1E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.24%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 65.38%
G = 8.24%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE1E60 (or 0xEE1E60) is known color: Ruby. HEX triplet: EE, 1E and 60. RGB value is (238,30,96). Sum of RGB (Red+Green+Blue) = 238+30+96=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1E60 is #11E19F. Grayscale: #636363. Windows color (decimal): -1171872 or 6299374. OLE color: 6299374.

HSL color Cylindrical-coordinate representation of color #EE1E60: hue angle of 340.96º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1E60 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 30 96 -
CMYK 0 0.87 0.60 0.07
HSL 340.96º 0.86% 0.53% -
HSV(B) 340.96º 0.87% 0.93% -
XYZ 37.84 19.95 12.92 -
YUV 99.72 125.91 226.63 -
System Red Green Blue C M Y K H S L
Decimal 238 30 96 0 0.87 0.60 0.07 340.96 0.86 0.53
Hex EE 1E 60 0 57 3C 7 155 56 35
Octal 356 36 140 0 127 74 7 525 126 65
Binary 11101110 11110 1100000 0 1010111 111100 111 101010101 1010110 110101

Color Harmonies of #EE1E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E60

Black with #EE1E60

Text Example


Text Example

White with #EE1E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E60; }

 p { color: rgb(238,30,96); }

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

background-color css

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

 a { background-color: rgb(238,30,96); }

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

border-color css

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

 span { border-color: rgb(238,30,96); }

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