Html Css Color HEX #E11A67 Ruby

📋 copy color: '#E11A67'

red 225 ◦ green 26 ◦ blue 103

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

Shades of Ruby #E11A67

Tints of Ruby #E11A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.34%

 BLUE value IS 103 (40.63% from 255) = 29.1%

R = 63.56%
G = 7.34%
B = 29.1%

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

#E11A67 (or 0xE11A67) is known color: Ruby. HEX triplet: E1, 1A and 67. RGB value is (225,26,103). Sum of RGB (Red+Green+Blue) = 225+26+103=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A67 is #1EE598. Grayscale: #5E5E5E. Windows color (decimal): -2024857 or 6757089. OLE color: 6757089.

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

Color convert

RGB 225 26 103 -
CMYK 0 0.88 0.54 0.12
HSL 336.78º 0.79% 0.49% -
HSV(B) 336.78º 0.88% 0.88% -
XYZ 33.87 17.73 14.47 -
YUV 94.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 225 26 103 0 0.88 0.54 0.12 336.78 0.79 0.49
Hex E1 1A 67 0 58 36 C 151 4F 31
Octal 341 32 147 0 130 66 14 521 117 61
Binary 11100001 11010 1100111 0 1011000 110110 1100 101010001 1001111 110001

Color Harmonies of #E11A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A67

Black with #E11A67

Text Example


Text Example

White with #E11A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A67; }

 p { color: rgb(225,26,103); }

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

background-color css

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

 a { background-color: rgb(225,26,103); }

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

border-color css

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

 span { border-color: rgb(225,26,103); }

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