Html Css Color HEX #E11062 Ruby

📋 copy color: '#E11062'

red 225 ◦ green 16 ◦ blue 98

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

Shades of Ruby #E11062

Tints of Ruby #E11062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 66.37%
G = 4.72%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E11062 (or 0xE11062) is known color: Ruby. HEX triplet: E1, 10 and 62. RGB value is (225,16,98). Sum of RGB (Red+Green+Blue) = 225+16+98=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E11062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11062 is #1EEF9D. Grayscale: #575757. Windows color (decimal): -2027422 or 6426849. OLE color: 6426849.

HSL color Cylindrical-coordinate representation of color #E11062: hue angle of 336.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11062 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 98 -
CMYK 0 0.93 0.56 0.12
HSL 336.46º 0.87% 0.47% -
HSV(B) 336.46º 0.93% 0.88% -
XYZ 33.44 17.26 13.12 -
YUV 87.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 225 16 98 0 0.93 0.56 0.12 336.46 0.87 0.47
Hex E1 10 62 0 5D 38 C 150 57 2F
Octal 341 20 142 0 135 70 14 520 127 57
Binary 11100001 10000 1100010 0 1011101 111000 1100 101010000 1010111 101111

Color Harmonies of #E11062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11062

Black with #E11062

Text Example


Text Example

White with #E11062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11062; }

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

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

background-color css

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

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

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

border-color css

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

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

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