Html Css Color HEX #E01276 Ruby

📋 copy color: '#E01276'

red 224 ◦ green 18 ◦ blue 118

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

Shades of Ruby #E01276

Tints of Ruby #E01276

RGB

 RED value IS 224 (87.89% from 255) = 62.22%

 GREEN value IS 18 (7.42% from 255) = 5%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 62.22%
G = 5%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E01276 (or 0xE01276) is known color: Ruby. HEX triplet: E0, 12 and 76. RGB value is (224,18,118). Sum of RGB (Red+Green+Blue) = 224+18+118=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01276 is #1FED89. Grayscale: #5A5A5A. Windows color (decimal): -2092426 or 7738080. OLE color: 7738080.

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

Color convert

RGB 224 18 118 -
CMYK 0 0.92 0.47 0.12
HSL 330.87º 0.85% 0.47% -
HSV(B) 330.87º 0.92% 0.88% -
XYZ 34.23 17.59 18.73 -
YUV 90.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 224 18 118 0 0.92 0.47 0.12 330.87 0.85 0.47
Hex E0 12 76 0 5C 2F C 14B 55 2F
Octal 340 22 166 0 134 57 14 513 125 57
Binary 11100000 10010 1110110 0 1011100 101111 1100 101001011 1010101 101111

Color Harmonies of #E01276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01276

Black with #E01276

Text Example


Text Example

White with #E01276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01276; }

 p { color: rgb(224,18,118); }

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

background-color css

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

 a { background-color: rgb(224,18,118); }

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

border-color css

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

 span { border-color: rgb(224,18,118); }

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