Html Css Color HEX #EE1073 Ruby

📋 copy color: '#EE1073'

red 238 ◦ green 16 ◦ blue 115

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

Shades of Ruby #EE1073

Tints of Ruby #EE1073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.34%

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 64.5%
G = 4.34%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE1073 (or 0xEE1073) is known color: Ruby. HEX triplet: EE, 10 and 73. RGB value is (238,16,115). Sum of RGB (Red+Green+Blue) = 238+16+115=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1073 is #11EF8C. Grayscale: #5D5D5D. Windows color (decimal): -1175437 or 7540974. OLE color: 7540974.

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

Color convert

RGB 238 16 115 -
CMYK 0 0.93 0.52 0.07
HSL 333.24º 0.87% 0.5% -
HSV(B) 333.24º 0.93% 0.93% -
XYZ 38.54 19.79 18.01 -
YUV 93.66 140.05 230.95 -
System Red Green Blue C M Y K H S L
Decimal 238 16 115 0 0.93 0.52 0.07 333.24 0.87 0.5
Hex EE 10 73 0 5D 34 7 14D 57 32
Octal 356 20 163 0 135 64 7 515 127 62
Binary 11101110 10000 1110011 0 1011101 110100 111 101001101 1010111 110010

Color Harmonies of #EE1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1073

Black with #EE1073

Text Example


Text Example

White with #EE1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1073; }

 p { color: rgb(238,16,115); }

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

background-color css

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

 a { background-color: rgb(238,16,115); }

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

border-color css

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

 span { border-color: rgb(238,16,115); }

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