Html Css Color HEX #E9146C Ruby

📋 copy color: '#E9146C'

red 233 ◦ green 20 ◦ blue 108

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

Shades of Ruby #E9146C

Tints of Ruby #E9146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 64.54%
G = 5.54%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E9146C (or 0xE9146C) is known color: Ruby. HEX triplet: E9, 14 and 6C. RGB value is (233,20,108). Sum of RGB (Red+Green+Blue) = 233+20+108=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9146C is #16EB93. Grayscale: #5D5D5D. Windows color (decimal): -1502100 or 7083241. OLE color: 7083241.

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

Color convert

RGB 233 20 108 -
CMYK 0 0.91 0.54 0.09
HSL 335.21º 0.84% 0.5% -
HSV(B) 335.21º 0.91% 0.91% -
XYZ 36.56 18.91 15.91 -
YUV 93.72 136.07 227.34 -
System Red Green Blue C M Y K H S L
Decimal 233 20 108 0 0.91 0.54 0.09 335.21 0.84 0.5
Hex E9 14 6C 0 5B 36 9 14F 54 32
Octal 351 24 154 0 133 66 11 517 124 62
Binary 11101001 10100 1101100 0 1011011 110110 1001 101001111 1010100 110010

Color Harmonies of #E9146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9146C

Black with #E9146C

Text Example


Text Example

White with #E9146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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