Html Css Color HEX #EE156D Ruby

📋 copy color: '#EE156D'

red 238 ◦ green 21 ◦ blue 109

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

Shades of Ruby #EE156D

Tints of Ruby #EE156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 64.67%
G = 5.71%
B = 29.62%

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

#EE156D (or 0xEE156D) is known color: Ruby. HEX triplet: EE, 15 and 6D. RGB value is (238,21,109). Sum of RGB (Red+Green+Blue) = 238+21+109=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE156D is #11EA92. Grayscale: #5F5F5F. Windows color (decimal): -1174163 or 7149038. OLE color: 7149038.

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

Color convert

RGB 238 21 109 -
CMYK 0 0.91 0.54 0.07
HSL 335.67º 0.86% 0.51% -
HSV(B) 335.67º 0.91% 0.93% -
XYZ 38.29 19.82 16.28 -
YUV 95.92 135.39 229.34 -
System Red Green Blue C M Y K H S L
Decimal 238 21 109 0 0.91 0.54 0.07 335.67 0.86 0.51
Hex EE 15 6D 0 5B 36 7 150 56 33
Octal 356 25 155 0 133 66 7 520 126 63
Binary 11101110 10101 1101101 0 1011011 110110 111 101010000 1010110 110011

Color Harmonies of #EE156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE156D

Black with #EE156D

Text Example


Text Example

White with #EE156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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