Html Css Color HEX #E11953 Ruby

📋 copy color: '#E11953'

red 225 ◦ green 25 ◦ blue 83

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

Shades of Ruby #E11953

Tints of Ruby #E11953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 83 (32.81% from 255) = 24.92%

R = 67.57%
G = 7.51%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E11953 (or 0xE11953) is known color: Ruby. HEX triplet: E1, 19 and 53. RGB value is (225,25,83). Sum of RGB (Red+Green+Blue) = 225+25+83=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E11953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11953 is #1EE6AC. Grayscale: #5B5B5B. Windows color (decimal): -2025133 or 5446113. OLE color: 5446113.

HSL color Cylindrical-coordinate representation of color #E11953: hue angle of 342.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11953 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 83 -
CMYK 0 0.89 0.63 0.12
HSL 342.6º 0.8% 0.49% -
HSV(B) 342.6º 0.89% 0.88% -
XYZ 32.96 17.33 9.79 -
YUV 91.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 225 25 83 0 0.89 0.63 0.12 342.6 0.8 0.49
Hex E1 19 53 0 59 3F C 157 50 31
Octal 341 31 123 0 131 77 14 527 120 61
Binary 11100001 11001 1010011 0 1011001 111111 1100 101010111 1010000 110001

Color Harmonies of #E11953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11953

Black with #E11953

Text Example


Text Example

White with #E11953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11953; }

 p { color: rgb(225,25,83); }

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

background-color css

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

 a { background-color: rgb(225,25,83); }

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

border-color css

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

 span { border-color: rgb(225,25,83); }

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