Html Css Color HEX #E11357 Ruby

📋 copy color: '#E11357'

red 225 ◦ green 19 ◦ blue 87

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

Shades of Ruby #E11357

Tints of Ruby #E11357

RGB

 RED value IS 225 (88.28% from 255) = 67.98%

 GREEN value IS 19 (7.81% from 255) = 5.74%

 BLUE value IS 87 (34.38% from 255) = 26.28%

R = 67.98%
G = 5.74%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E11357 (or 0xE11357) is known color: Ruby. HEX triplet: E1, 13 and 57. RGB value is (225,19,87). Sum of RGB (Red+Green+Blue) = 225+19+87=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E11357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11357 is #1EECA8. Grayscale: #585858. Windows color (decimal): -2026665 or 5706721. OLE color: 5706721.

HSL color Cylindrical-coordinate representation of color #E11357: hue angle of 340.19º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11357 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 19 87 -
CMYK 0 0.92 0.61 0.12
HSL 340.19º 0.84% 0.48% -
HSV(B) 340.19º 0.92% 0.88% -
XYZ 33 17.16 10.59 -
YUV 88.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 225 19 87 0 0.92 0.61 0.12 340.19 0.84 0.48
Hex E1 13 57 0 5C 3D C 154 54 30
Octal 341 23 127 0 134 75 14 524 124 60
Binary 11100001 10011 1010111 0 1011100 111101 1100 101010100 1010100 110000

Color Harmonies of #E11357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11357

Black with #E11357

Text Example


Text Example

White with #E11357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11357; }

 p { color: rgb(225,19,87); }

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

background-color css

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

 a { background-color: rgb(225,19,87); }

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

border-color css

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

 span { border-color: rgb(225,19,87); }

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