Html Css Color HEX #E12070 Ruby

📋 copy color: '#E12070'

red 225 ◦ green 32 ◦ blue 112

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

Shades of Ruby #E12070

Tints of Ruby #E12070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 60.98%
G = 8.67%
B = 30.35%

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

#E12070 (or 0xE12070) is known color: Ruby. HEX triplet: E1, 20 and 70. RGB value is (225,32,112). Sum of RGB (Red+Green+Blue) = 225+32+112=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E12070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12070 is #1EDF8F. Grayscale: #626262. Windows color (decimal): -2023312 or 7348449. OLE color: 7348449.

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

Color convert

RGB 225 32 112 -
CMYK 0 0.86 0.50 0.12
HSL 335.13º 0.76% 0.5% -
HSV(B) 335.13º 0.86% 0.88% -
XYZ 34.49 18.21 17.03 -
YUV 98.83 135.44 218 -
System Red Green Blue C M Y K H S L
Decimal 225 32 112 0 0.86 0.50 0.12 335.13 0.76 0.5
Hex E1 20 70 0 56 32 C 14F 4C 32
Octal 341 40 160 0 126 62 14 517 114 62
Binary 11100001 100000 1110000 0 1010110 110010 1100 101001111 1001100 110010

Color Harmonies of #E12070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12070

Black with #E12070

Text Example


Text Example

White with #E12070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12070; }

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

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

background-color css

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

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

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

border-color css

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

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

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