Html Css Color HEX #E11C5F Ruby

📋 copy color: '#E11C5F'

red 225 ◦ green 28 ◦ blue 95

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

Shades of Ruby #E11C5F

Tints of Ruby #E11C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.05%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 64.66%
G = 8.05%
B = 27.3%

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

#E11C5F (or 0xE11C5F) is known color: Ruby. HEX triplet: E1, 1C and 5F. RGB value is (225,28,95). Sum of RGB (Red+Green+Blue) = 225+28+95=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C5F is #1EE3A0. Grayscale: #5E5E5E. Windows color (decimal): -2024353 or 6233313. OLE color: 6233313.

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

Color convert

RGB 225 28 95 -
CMYK 0 0.88 0.58 0.12
HSL 339.59º 0.78% 0.5% -
HSV(B) 339.59º 0.88% 0.88% -
XYZ 33.53 17.66 12.47 -
YUV 94.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 225 28 95 0 0.88 0.58 0.12 339.59 0.78 0.5
Hex E1 1C 5F 0 58 3A C 154 4E 32
Octal 341 34 137 0 130 72 14 524 116 62
Binary 11100001 11100 1011111 0 1011000 111010 1100 101010100 1001110 110010

Color Harmonies of #E11C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C5F

Black with #E11C5F

Text Example


Text Example

White with #E11C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C5F; }

 p { color: rgb(225,28,95); }

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

background-color css

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

 a { background-color: rgb(225,28,95); }

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

border-color css

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

 span { border-color: rgb(225,28,95); }

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