Html Css Color HEX #E9185F Ruby

📋 copy color: '#E9185F'

red 233 ◦ green 24 ◦ blue 95

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

Shades of Ruby #E9185F

Tints of Ruby #E9185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

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

R = 66.19%
G = 6.82%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9185F (or 0xE9185F) is known color: Ruby. HEX triplet: E9, 18 and 5F. RGB value is (233,24,95). Sum of RGB (Red+Green+Blue) = 233+24+95=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E9185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9185F is #16E7A0. Grayscale: #5E5E5E. Windows color (decimal): -1501089 or 6232297. OLE color: 6232297.

HSL color Cylindrical-coordinate representation of color #E9185F: 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.9%. Process color model (Four color, CMYK) of #E9185F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 24 95 -
CMYK 0 0.90 0.59 0.09
HSL 339.62º 0.83% 0.5% -
HSV(B) 339.62º 0.9% 0.91% -
XYZ 36 18.8 12.56 -
YUV 94.59 128.24 226.73 -
System Red Green Blue C M Y K H S L
Decimal 233 24 95 0 0.90 0.59 0.09 339.62 0.83 0.5
Hex E9 18 5F 0 5A 3B 9 154 53 32
Octal 351 30 137 0 132 73 11 524 123 62
Binary 11101001 11000 1011111 0 1011010 111011 1001 101010100 1010011 110010

Color Harmonies of #E9185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9185F

Black with #E9185F

Text Example


Text Example

White with #E9185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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