Html Css Color HEX #EE156E Ruby

📋 copy color: '#EE156E'

red 238 ◦ green 21 ◦ blue 110

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

Shades of Ruby #EE156E

Tints of Ruby #EE156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.69%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 64.5%
G = 5.69%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE156E (or 0xEE156E) is known color: Ruby. HEX triplet: EE, 15 and 6E. RGB value is (238,21,110). Sum of RGB (Red+Green+Blue) = 238+21+110=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE156E is #11EA91. Grayscale: #5F5F5F. Windows color (decimal): -1174162 or 7214574. OLE color: 7214574.

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

Color convert

RGB 238 21 110 -
CMYK 0 0.91 0.54 0.07
HSL 335.39º 0.86% 0.51% -
HSV(B) 335.39º 0.91% 0.93% -
XYZ 38.34 19.84 16.56 -
YUV 96.03 135.89 229.26 -
System Red Green Blue C M Y K H S L
Decimal 238 21 110 0 0.91 0.54 0.07 335.39 0.86 0.51
Hex EE 15 6E 0 5B 36 7 14F 56 33
Octal 356 25 156 0 133 66 7 517 126 63
Binary 11101110 10101 1101110 0 1011011 110110 111 101001111 1010110 110011

Color Harmonies of #EE156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE156E

Black with #EE156E

Text Example


Text Example

White with #EE156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE156E; }

 p { color: rgb(238,21,110); }

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

background-color css

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

 a { background-color: rgb(238,21,110); }

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

border-color css

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

 span { border-color: rgb(238,21,110); }

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