Html Css Color HEX #E11B5E Ruby

📋 copy color: '#E11B5E'

red 225 ◦ green 27 ◦ blue 94

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

Shades of Ruby #E11B5E

Tints of Ruby #E11B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 65.03%
G = 7.8%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E11B5E (or 0xE11B5E) is known color: Ruby. HEX triplet: E1, 1B and 5E. RGB value is (225,27,94). Sum of RGB (Red+Green+Blue) = 225+27+94=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11B5E is #1EE4A1. Grayscale: #5D5D5D. Windows color (decimal): -2024610 or 6167521. OLE color: 6167521.

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

Color convert

RGB 225 27 94 -
CMYK 0 0.88 0.58 0.12
HSL 339.7º 0.79% 0.49% -
HSV(B) 339.7º 0.88% 0.88% -
XYZ 33.46 17.6 12.22 -
YUV 93.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 225 27 94 0 0.88 0.58 0.12 339.7 0.79 0.49
Hex E1 1B 5E 0 58 3A C 154 4F 31
Octal 341 33 136 0 130 72 14 524 117 61
Binary 11100001 11011 1011110 0 1011000 111010 1100 101010100 1001111 110001

Color Harmonies of #E11B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11B5E

Black with #E11B5E

Text Example


Text Example

White with #E11B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11B5E; }

 p { color: rgb(225,27,94); }

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

background-color css

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

 a { background-color: rgb(225,27,94); }

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

border-color css

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

 span { border-color: rgb(225,27,94); }

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