Html Css Color HEX #EE146D Ruby

📋 copy color: '#EE146D'

red 238 ◦ green 20 ◦ blue 109

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

Shades of Ruby #EE146D

Tints of Ruby #EE146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

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

R = 64.85%
G = 5.45%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE146D (or 0xEE146D) is known color: Ruby. HEX triplet: EE, 14 and 6D. RGB value is (238,20,109). Sum of RGB (Red+Green+Blue) = 238+20+109=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE146D is #11EB92. Grayscale: #5F5F5F. Windows color (decimal): -1174419 or 7148782. OLE color: 7148782.

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

Color convert

RGB 238 20 109 -
CMYK 0 0.92 0.54 0.07
HSL 335.5º 0.87% 0.51% -
HSV(B) 335.5º 0.92% 0.93% -
XYZ 38.27 19.78 16.27 -
YUV 95.33 135.72 229.76 -
System Red Green Blue C M Y K H S L
Decimal 238 20 109 0 0.92 0.54 0.07 335.5 0.87 0.51
Hex EE 14 6D 0 5C 36 7 150 57 33
Octal 356 24 155 0 134 66 7 520 127 63
Binary 11101110 10100 1101101 0 1011100 110110 111 101010000 1010111 110011

Color Harmonies of #EE146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE146D

Black with #EE146D

Text Example


Text Example

White with #EE146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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