Html Css Color HEX #E9155D Ruby

📋 copy color: '#E9155D'

red 233 ◦ green 21 ◦ blue 93

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

Shades of Ruby #E9155D

Tints of Ruby #E9155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 67.15%
G = 6.05%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9155D (or 0xE9155D) is known color: Ruby. HEX triplet: E9, 15 and 5D. RGB value is (233,21,93). Sum of RGB (Red+Green+Blue) = 233+21+93=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E9155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9155D is #16EAA2. Grayscale: #5C5C5C. Windows color (decimal): -1501859 or 6100457. OLE color: 6100457.

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

Color convert

RGB 233 21 93 -
CMYK 0 0.91 0.60 0.09
HSL 339.62º 0.83% 0.5% -
HSV(B) 339.62º 0.91% 0.91% -
XYZ 35.85 18.65 12.07 -
YUV 92.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 233 21 93 0 0.91 0.60 0.09 339.62 0.83 0.5
Hex E9 15 5D 0 5B 3C 9 154 53 32
Octal 351 25 135 0 133 74 11 524 123 62
Binary 11101001 10101 1011101 0 1011011 111100 1001 101010100 1010011 110010

Color Harmonies of #E9155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9155D

Black with #E9155D

Text Example


Text Example

White with #E9155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9155D; }

 p { color: rgb(233,21,93); }

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

background-color css

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

 a { background-color: rgb(233,21,93); }

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

border-color css

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

 span { border-color: rgb(233,21,93); }

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