Html Css Color HEX #E11458 Ruby

📋 copy color: '#E11458'

red 225 ◦ green 20 ◦ blue 88

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

Shades of Ruby #E11458

Tints of Ruby #E11458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 67.57%
G = 6.01%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E11458 (or 0xE11458) is known color: Ruby. HEX triplet: E1, 14 and 58. RGB value is (225,20,88). Sum of RGB (Red+Green+Blue) = 225+20+88=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E11458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11458 is #1EEBA7. Grayscale: #585858. Windows color (decimal): -2026408 or 5772513. OLE color: 5772513.

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

Color convert

RGB 225 20 88 -
CMYK 0 0.91 0.61 0.12
HSL 340.1º 0.84% 0.48% -
HSV(B) 340.1º 0.91% 0.88% -
XYZ 33.06 17.21 10.81 -
YUV 89.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 225 20 88 0 0.91 0.61 0.12 340.1 0.84 0.48
Hex E1 14 58 0 5B 3D C 154 54 30
Octal 341 24 130 0 133 75 14 524 124 60
Binary 11100001 10100 1011000 0 1011011 111101 1100 101010100 1010100 110000

Color Harmonies of #E11458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11458

Black with #E11458

Text Example


Text Example

White with #E11458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11458; }

 p { color: rgb(225,20,88); }

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

background-color css

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

 a { background-color: rgb(225,20,88); }

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

border-color css

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

 span { border-color: rgb(225,20,88); }

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