Html Css Color HEX #E12066 Ruby

📋 copy color: '#E12066'

red 225 ◦ green 32 ◦ blue 102

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

Shades of Ruby #E12066

Tints of Ruby #E12066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.41%

R = 62.67%
G = 8.91%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E12066 (or 0xE12066) is known color: Ruby. HEX triplet: E1, 20 and 66. RGB value is (225,32,102). Sum of RGB (Red+Green+Blue) = 225+32+102=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E12066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12066 is #1EDF99. Grayscale: #616161. Windows color (decimal): -2023322 or 6693089. OLE color: 6693089.

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

Color convert

RGB 225 32 102 -
CMYK 0 0.86 0.55 0.12
HSL 338.24º 0.76% 0.5% -
HSV(B) 338.24º 0.86% 0.88% -
XYZ 33.97 18 14.25 -
YUV 97.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 225 32 102 0 0.86 0.55 0.12 338.24 0.76 0.5
Hex E1 20 66 0 56 37 C 152 4C 32
Octal 341 40 146 0 126 67 14 522 114 62
Binary 11100001 100000 1100110 0 1010110 110111 1100 101010010 1001100 110010

Color Harmonies of #E12066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12066

Black with #E12066

Text Example


Text Example

White with #E12066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12066; }

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

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

background-color css

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

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

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

border-color css

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

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

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