Html Css Color HEX #E9155F Ruby

📋 copy color: '#E9155F'

red 233 ◦ green 21 ◦ blue 95

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

Shades of Ruby #E9155F

Tints of Ruby #E9155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 66.76%
G = 6.02%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9155F (or 0xE9155F) is known color: Ruby. HEX triplet: E9, 15 and 5F. RGB value is (233,21,95). Sum of RGB (Red+Green+Blue) = 233+21+95=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9155F is #16EAA0. Grayscale: #5C5C5C. Windows color (decimal): -1501857 or 6231529. OLE color: 6231529.

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

Color convert

RGB 233 21 95 -
CMYK 0 0.91 0.59 0.09
HSL 339.06º 0.83% 0.5% -
HSV(B) 339.06º 0.91% 0.91% -
XYZ 35.94 18.69 12.54 -
YUV 92.82 129.24 227.98 -
System Red Green Blue C M Y K H S L
Decimal 233 21 95 0 0.91 0.59 0.09 339.06 0.83 0.5
Hex E9 15 5F 0 5B 3B 9 153 53 32
Octal 351 25 137 0 133 73 11 523 123 62
Binary 11101001 10101 1011111 0 1011011 111011 1001 101010011 1010011 110010

Color Harmonies of #E9155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9155F

Black with #E9155F

Text Example


Text Example

White with #E9155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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