Html Css Color HEX #EE1769 Ruby

📋 copy color: '#EE1769'

red 238 ◦ green 23 ◦ blue 105

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

Shades of Ruby #EE1769

Tints of Ruby #EE1769

RGB

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

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

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

R = 65.03%
G = 6.28%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE1769 (or 0xEE1769) is known color: Ruby. HEX triplet: EE, 17 and 69. RGB value is (238,23,105). Sum of RGB (Red+Green+Blue) = 238+23+105=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1769 is #11E896. Grayscale: #606060. Windows color (decimal): -1173655 or 6887406. OLE color: 6887406.

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

Color convert

RGB 238 23 105 -
CMYK 0 0.90 0.56 0.07
HSL 337.12º 0.86% 0.51% -
HSV(B) 337.12º 0.9% 0.93% -
XYZ 38.12 19.81 15.18 -
YUV 96.63 132.73 228.83 -
System Red Green Blue C M Y K H S L
Decimal 238 23 105 0 0.90 0.56 0.07 337.12 0.86 0.51
Hex EE 17 69 0 5A 38 7 151 56 33
Octal 356 27 151 0 132 70 7 521 126 63
Binary 11101110 10111 1101001 0 1011010 111000 111 101010001 1010110 110011

Color Harmonies of #EE1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1769

Black with #EE1769

Text Example


Text Example

White with #EE1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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