Html Css Color HEX #E11E75 Ruby

📋 copy color: '#E11E75'

red 225 ◦ green 30 ◦ blue 117

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

Shades of Ruby #E11E75

Tints of Ruby #E11E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 60.48%
G = 8.06%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11E75 (or 0xE11E75) is known color: Ruby. HEX triplet: E1, 1E and 75. RGB value is (225,30,117). Sum of RGB (Red+Green+Blue) = 225+30+117=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E75 is #1EE18A. Grayscale: #626262. Windows color (decimal): -2023819 or 7675617. OLE color: 7675617.

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

Color convert

RGB 225 30 117 -
CMYK 0 0.87 0.48 0.12
HSL 333.23º 0.76% 0.5% -
HSV(B) 333.23º 0.87% 0.88% -
XYZ 34.73 18.22 18.52 -
YUV 98.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 225 30 117 0 0.87 0.48 0.12 333.23 0.76 0.5
Hex E1 1E 75 0 57 30 C 14D 4C 32
Octal 341 36 165 0 127 60 14 515 114 62
Binary 11100001 11110 1110101 0 1010111 110000 1100 101001101 1001100 110010

Color Harmonies of #E11E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E75

Black with #E11E75

Text Example


Text Example

White with #E11E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E75; }

 p { color: rgb(225,30,117); }

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

background-color css

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

 a { background-color: rgb(225,30,117); }

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

border-color css

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

 span { border-color: rgb(225,30,117); }

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