Html Css Color HEX #E12071 Ruby

📋 copy color: '#E12071'

red 225 ◦ green 32 ◦ blue 113

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

Shades of Ruby #E12071

Tints of Ruby #E12071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 60.81%
G = 8.65%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E12071 (or 0xE12071) is known color: Ruby. HEX triplet: E1, 20 and 71. RGB value is (225,32,113). Sum of RGB (Red+Green+Blue) = 225+32+113=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E12071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12071 is #1EDF8E. Grayscale: #626262. Windows color (decimal): -2023311 or 7413985. OLE color: 7413985.

HSL color Cylindrical-coordinate representation of color #E12071: hue angle of 334.82º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12071 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 113 -
CMYK 0 0.86 0.50 0.12
HSL 334.82º 0.76% 0.5% -
HSV(B) 334.82º 0.86% 0.88% -
XYZ 34.55 18.23 17.32 -
YUV 98.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 225 32 113 0 0.86 0.50 0.12 334.82 0.76 0.5
Hex E1 20 71 0 56 32 C 14F 4C 32
Octal 341 40 161 0 126 62 14 517 114 62
Binary 11100001 100000 1110001 0 1010110 110010 1100 101001111 1001100 110010

Color Harmonies of #E12071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12071

Black with #E12071

Text Example


Text Example

White with #E12071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12071; }

 p { color: rgb(225,32,113); }

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

background-color css

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

 a { background-color: rgb(225,32,113); }

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

border-color css

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

 span { border-color: rgb(225,32,113); }

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