Html Css Color HEX #E11C6A Ruby

📋 copy color: '#E11C6A'

red 225 ◦ green 28 ◦ blue 106

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

Shades of Ruby #E11C6A

Tints of Ruby #E11C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 62.67%
G = 7.8%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E11C6A (or 0xE11C6A) is known color: Ruby. HEX triplet: E1, 1C and 6A. RGB value is (225,28,106). Sum of RGB (Red+Green+Blue) = 225+28+106=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C6A is #1EE395. Grayscale: #5F5F5F. Windows color (decimal): -2024342 or 6954209. OLE color: 6954209.

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

Color convert

RGB 225 28 106 -
CMYK 0 0.88 0.53 0.12
HSL 336.24º 0.78% 0.5% -
HSV(B) 336.24º 0.88% 0.88% -
XYZ 34.07 17.88 15.29 -
YUV 95.8 133.77 220.16 -
System Red Green Blue C M Y K H S L
Decimal 225 28 106 0 0.88 0.53 0.12 336.24 0.78 0.5
Hex E1 1C 6A 0 58 35 C 150 4E 32
Octal 341 34 152 0 130 65 14 520 116 62
Binary 11100001 11100 1101010 0 1011000 110101 1100 101010000 1001110 110010

Color Harmonies of #E11C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C6A

Black with #E11C6A

Text Example


Text Example

White with #E11C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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