Html Css Color HEX #E12062 Ruby

📋 copy color: '#E12062'

red 225 ◦ green 32 ◦ blue 98

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

Shades of Ruby #E12062

Tints of Ruby #E12062

RGB

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

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

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

R = 63.38%
G = 9.01%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E12062 (or 0xE12062) is known color: Ruby. HEX triplet: E1, 20 and 62. RGB value is (225,32,98). Sum of RGB (Red+Green+Blue) = 225+32+98=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E12062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12062 is #1EDF9D. Grayscale: #616161. Windows color (decimal): -2023326 or 6430945. OLE color: 6430945.

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

Color convert

RGB 225 32 98 -
CMYK 0 0.86 0.56 0.12
HSL 339.48º 0.76% 0.5% -
HSV(B) 339.48º 0.86% 0.88% -
XYZ 33.77 17.92 13.23 -
YUV 97.23 128.44 219.13 -
System Red Green Blue C M Y K H S L
Decimal 225 32 98 0 0.86 0.56 0.12 339.48 0.76 0.5
Hex E1 20 62 0 56 38 C 153 4C 32
Octal 341 40 142 0 126 70 14 523 114 62
Binary 11100001 100000 1100010 0 1010110 111000 1100 101010011 1001100 110010

Color Harmonies of #E12062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12062

Black with #E12062

Text Example


Text Example

White with #E12062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12062; }

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

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

background-color css

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

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

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

border-color css

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

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

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