Html Css Color HEX #E11C68 Ruby

📋 copy color: '#E11C68'

red 225 ◦ green 28 ◦ blue 104

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

Shades of Ruby #E11C68

Tints of Ruby #E11C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 63.03%
G = 7.84%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E11C68 (or 0xE11C68) is known color: Ruby. HEX triplet: E1, 1C and 68. RGB value is (225,28,104). Sum of RGB (Red+Green+Blue) = 225+28+104=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C68 is #1EE397. Grayscale: #5F5F5F. Windows color (decimal): -2024344 or 6823137. OLE color: 6823137.

HSL color Cylindrical-coordinate representation of color #E11C68: hue angle of 336.85º 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 #E11C68 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 28 104 -
CMYK 0 0.88 0.54 0.12
HSL 336.85º 0.78% 0.5% -
HSV(B) 336.85º 0.88% 0.88% -
XYZ 33.97 17.84 14.75 -
YUV 95.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 225 28 104 0 0.88 0.54 0.12 336.85 0.78 0.5
Hex E1 1C 68 0 58 36 C 151 4E 32
Octal 341 34 150 0 130 66 14 521 116 62
Binary 11100001 11100 1101000 0 1011000 110110 1100 101010001 1001110 110010

Color Harmonies of #E11C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C68

Black with #E11C68

Text Example


Text Example

White with #E11C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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