Html Css Color HEX #E9146E Ruby

📋 copy color: '#E9146E'

red 233 ◦ green 20 ◦ blue 110

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

Shades of Ruby #E9146E

Tints of Ruby #E9146E

RGB

 RED value IS 233 (91.41% from 255) = 64.19%

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

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

R = 64.19%
G = 5.51%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E9146E (or 0xE9146E) is known color: Ruby. HEX triplet: E9, 14 and 6E. RGB value is (233,20,110). Sum of RGB (Red+Green+Blue) = 233+20+110=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9146E is #16EB91. Grayscale: #5D5D5D. Windows color (decimal): -1502098 or 7214313. OLE color: 7214313.

HSL color Cylindrical-coordinate representation of color #E9146E: hue angle of 334.65º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9146E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 110 -
CMYK 0 0.91 0.53 0.09
HSL 334.65º 0.84% 0.5% -
HSV(B) 334.65º 0.91% 0.91% -
XYZ 36.67 18.95 16.48 -
YUV 93.95 137.07 227.18 -
System Red Green Blue C M Y K H S L
Decimal 233 20 110 0 0.91 0.53 0.09 334.65 0.84 0.5
Hex E9 14 6E 0 5B 35 9 14F 54 32
Octal 351 24 156 0 133 65 11 517 124 62
Binary 11101001 10100 1101110 0 1011011 110101 1001 101001111 1010100 110010

Color Harmonies of #E9146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9146E

Black with #E9146E

Text Example


Text Example

White with #E9146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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