Html Css Color HEX #E11669 Ruby

📋 copy color: '#E11669'

red 225 ◦ green 22 ◦ blue 105

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

Shades of Ruby #E11669

Tints of Ruby #E11669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 63.92%
G = 6.25%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E11669 (or 0xE11669) is known color: Ruby. HEX triplet: E1, 16 and 69. RGB value is (225,22,105). Sum of RGB (Red+Green+Blue) = 225+22+105=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E11669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11669 is #1EE996. Grayscale: #5C5C5C. Windows color (decimal): -2025879 or 6887137. OLE color: 6887137.

HSL color Cylindrical-coordinate representation of color #E11669: hue angle of 335.47º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11669 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 105 -
CMYK 0 0.90 0.53 0.12
HSL 335.47º 0.82% 0.48% -
HSV(B) 335.47º 0.9% 0.88% -
XYZ 33.89 17.6 14.98 -
YUV 92.16 135.25 222.75 -
System Red Green Blue C M Y K H S L
Decimal 225 22 105 0 0.90 0.53 0.12 335.47 0.82 0.48
Hex E1 16 69 0 5A 35 C 14F 52 30
Octal 341 26 151 0 132 65 14 517 122 60
Binary 11100001 10110 1101001 0 1011010 110101 1100 101001111 1010010 110000

Color Harmonies of #E11669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11669

Black with #E11669

Text Example


Text Example

White with #E11669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11669; }

 p { color: rgb(225,22,105); }

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

background-color css

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

 a { background-color: rgb(225,22,105); }

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

border-color css

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

 span { border-color: rgb(225,22,105); }

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