Html Css Color HEX #E11662 Ruby

📋 copy color: '#E11662'

red 225 ◦ green 22 ◦ blue 98

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

Shades of Ruby #E11662

Tints of Ruby #E11662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.41%

R = 65.22%
G = 6.38%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E11662 (or 0xE11662) is known color: Ruby. HEX triplet: E1, 16 and 62. RGB value is (225,22,98). Sum of RGB (Red+Green+Blue) = 225+22+98=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11662 is #1EE99D. Grayscale: #5B5B5B. Windows color (decimal): -2025886 or 6428385. OLE color: 6428385.

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

Color convert

RGB 225 22 98 -
CMYK 0 0.90 0.56 0.12
HSL 337.54º 0.82% 0.48% -
HSV(B) 337.54º 0.9% 0.88% -
XYZ 33.54 17.46 13.16 -
YUV 91.36 131.75 223.32 -
System Red Green Blue C M Y K H S L
Decimal 225 22 98 0 0.90 0.56 0.12 337.54 0.82 0.48
Hex E1 16 62 0 5A 38 C 152 52 30
Octal 341 26 142 0 132 70 14 522 122 60
Binary 11100001 10110 1100010 0 1011010 111000 1100 101010010 1010010 110000

Color Harmonies of #E11662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11662

Black with #E11662

Text Example


Text Example

White with #E11662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11662; }

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

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

background-color css

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

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

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

border-color css

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

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

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