Html Css Color HEX #E9146D Ruby

📋 copy color: '#E9146D'

red 233 ◦ green 20 ◦ blue 109

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

Shades of Ruby #E9146D

Tints of Ruby #E9146D

RGB

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

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

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

R = 64.36%
G = 5.52%
B = 30.11%

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

#E9146D (or 0xE9146D) is known color: Ruby. HEX triplet: E9, 14 and 6D. RGB value is (233,20,109). Sum of RGB (Red+Green+Blue) = 233+20+109=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9146D is #16EB92. Grayscale: #5D5D5D. Windows color (decimal): -1502099 or 7148777. OLE color: 7148777.

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

Color convert

RGB 233 20 109 -
CMYK 0 0.91 0.53 0.09
HSL 334.93º 0.84% 0.5% -
HSV(B) 334.93º 0.91% 0.91% -
XYZ 36.61 18.93 16.19 -
YUV 93.83 136.57 227.26 -
System Red Green Blue C M Y K H S L
Decimal 233 20 109 0 0.91 0.53 0.09 334.93 0.84 0.5
Hex E9 14 6D 0 5B 35 9 14F 54 32
Octal 351 24 155 0 133 65 11 517 124 62
Binary 11101001 10100 1101101 0 1011011 110101 1001 101001111 1010100 110010

Color Harmonies of #E9146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9146D

Black with #E9146D

Text Example


Text Example

White with #E9146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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