Html Css Color HEX #EE146A Ruby

📋 copy color: '#EE146A'

red 238 ◦ green 20 ◦ blue 106

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

Shades of Ruby #EE146A

Tints of Ruby #EE146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 65.38%
G = 5.49%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE146A (or 0xEE146A) is known color: Ruby. HEX triplet: EE, 14 and 6A. RGB value is (238,20,106). Sum of RGB (Red+Green+Blue) = 238+20+106=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE146A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE146A is #11EB95. Grayscale: #5E5E5E. Windows color (decimal): -1174422 or 6952174. OLE color: 6952174.

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

Color convert

RGB 238 20 106 -
CMYK 0 0.92 0.55 0.07
HSL 336.33º 0.87% 0.51% -
HSV(B) 336.33º 0.92% 0.93% -
XYZ 38.11 19.72 15.43 -
YUV 94.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 238 20 106 0 0.92 0.55 0.07 336.33 0.87 0.51
Hex EE 14 6A 0 5C 37 7 150 57 33
Octal 356 24 152 0 134 67 7 520 127 63
Binary 11101110 10100 1101010 0 1011100 110111 111 101010000 1010111 110011

Color Harmonies of #EE146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE146A

Black with #EE146A

Text Example


Text Example

White with #EE146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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