Html Css Color HEX #E12068 Ruby

📋 copy color: '#E12068'

red 225 ◦ green 32 ◦ blue 104

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

Shades of Ruby #E12068

Tints of Ruby #E12068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 62.33%
G = 8.86%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E12068 (or 0xE12068) is known color: Ruby. HEX triplet: E1, 20 and 68. RGB value is (225,32,104). Sum of RGB (Red+Green+Blue) = 225+32+104=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E12068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12068 is #1EDF97. Grayscale: #616161. Windows color (decimal): -2023320 or 6824161. OLE color: 6824161.

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

Color convert

RGB 225 32 104 -
CMYK 0 0.86 0.54 0.12
HSL 337.62º 0.76% 0.5% -
HSV(B) 337.62º 0.86% 0.88% -
XYZ 34.07 18.04 14.78 -
YUV 97.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 225 32 104 0 0.86 0.54 0.12 337.62 0.76 0.5
Hex E1 20 68 0 56 36 C 152 4C 32
Octal 341 40 150 0 126 66 14 522 114 62
Binary 11100001 100000 1101000 0 1010110 110110 1100 101010010 1001100 110010

Color Harmonies of #E12068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12068

Black with #E12068

Text Example


Text Example

White with #E12068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12068; }

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

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

background-color css

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

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

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

border-color css

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

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

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