Html Css Color HEX #EE1A69 Ruby

📋 copy color: '#EE1A69'

red 238 ◦ green 26 ◦ blue 105

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

Shades of Ruby #EE1A69

Tints of Ruby #EE1A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.05%

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

R = 64.5%
G = 7.05%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE1A69 (or 0xEE1A69) is known color: Ruby. HEX triplet: EE, 1A and 69. RGB value is (238,26,105). Sum of RGB (Red+Green+Blue) = 238+26+105=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1A69 is #11E596. Grayscale: #626262. Windows color (decimal): -1172887 or 6888174. OLE color: 6888174.

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

Color convert

RGB 238 26 105 -
CMYK 0 0.89 0.56 0.07
HSL 337.64º 0.86% 0.52% -
HSV(B) 337.64º 0.89% 0.93% -
XYZ 38.18 19.94 15.2 -
YUV 98.39 131.74 227.58 -
System Red Green Blue C M Y K H S L
Decimal 238 26 105 0 0.89 0.56 0.07 337.64 0.86 0.52
Hex EE 1A 69 0 59 38 7 152 56 34
Octal 356 32 151 0 131 70 7 522 126 64
Binary 11101110 11010 1101001 0 1011001 111000 111 101010010 1010110 110100

Color Harmonies of #EE1A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1A69

Black with #EE1A69

Text Example


Text Example

White with #EE1A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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