Html Css Color HEX #EE146E Ruby

📋 copy color: '#EE146E'

red 238 ◦ green 20 ◦ blue 110

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

Shades of Ruby #EE146E

Tints of Ruby #EE146E

RGB

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

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

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

R = 64.67%
G = 5.43%
B = 29.89%

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

#EE146E (or 0xEE146E) is known color: Ruby. HEX triplet: EE, 14 and 6E. RGB value is (238,20,110). Sum of RGB (Red+Green+Blue) = 238+20+110=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE146E is #11EB91. Grayscale: #5F5F5F. Windows color (decimal): -1174418 or 7214318. OLE color: 7214318.

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

Color convert

RGB 238 20 110 -
CMYK 0 0.92 0.54 0.07
HSL 335.23º 0.87% 0.51% -
HSV(B) 335.23º 0.92% 0.93% -
XYZ 38.32 19.8 16.55 -
YUV 95.44 136.22 229.68 -
System Red Green Blue C M Y K H S L
Decimal 238 20 110 0 0.92 0.54 0.07 335.23 0.87 0.51
Hex EE 14 6E 0 5C 36 7 14F 57 33
Octal 356 24 156 0 134 66 7 517 127 63
Binary 11101110 10100 1101110 0 1011100 110110 111 101001111 1010111 110011

Color Harmonies of #EE146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE146E

Black with #EE146E

Text Example


Text Example

White with #EE146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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