Html Css Color HEX #EE1E69 Ruby

📋 copy color: '#EE1E69'

red 238 ◦ green 30 ◦ blue 105

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

Shades of Ruby #EE1E69

Tints of Ruby #EE1E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 63.81%
G = 8.04%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE1E69 (or 0xEE1E69) is known color: Ruby. HEX triplet: EE, 1E and 69. RGB value is (238,30,105). Sum of RGB (Red+Green+Blue) = 238+30+105=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1E69 is #11E196. Grayscale: #646464. Windows color (decimal): -1171863 or 6889198. OLE color: 6889198.

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

Color convert

RGB 238 30 105 -
CMYK 0 0.87 0.56 0.07
HSL 338.37º 0.86% 0.53% -
HSV(B) 338.37º 0.87% 0.93% -
XYZ 38.27 20.13 15.23 -
YUV 100.74 130.41 225.9 -
System Red Green Blue C M Y K H S L
Decimal 238 30 105 0 0.87 0.56 0.07 338.37 0.86 0.53
Hex EE 1E 69 0 57 38 7 152 56 35
Octal 356 36 151 0 127 70 7 522 126 65
Binary 11101110 11110 1101001 0 1010111 111000 111 101010010 1010110 110101

Color Harmonies of #EE1E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E69

Black with #EE1E69

Text Example


Text Example

White with #EE1E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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