Html Css Color HEX #E12067 Ruby

📋 copy color: '#E12067'

red 225 ◦ green 32 ◦ blue 103

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

Shades of Ruby #E12067

Tints of Ruby #E12067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.61%

R = 62.5%
G = 8.89%
B = 28.61%

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

#E12067 (or 0xE12067) is known color: Ruby. HEX triplet: E1, 20 and 67. RGB value is (225,32,103). Sum of RGB (Red+Green+Blue) = 225+32+103=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E12067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12067 is #1EDF98. Grayscale: #616161. Windows color (decimal): -2023321 or 6758625. OLE color: 6758625.

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

Color convert

RGB 225 32 103 -
CMYK 0 0.86 0.54 0.12
HSL 337.93º 0.76% 0.5% -
HSV(B) 337.93º 0.86% 0.88% -
XYZ 34.02 18.02 14.52 -
YUV 97.8 130.94 218.73 -
System Red Green Blue C M Y K H S L
Decimal 225 32 103 0 0.86 0.54 0.12 337.93 0.76 0.5
Hex E1 20 67 0 56 36 C 152 4C 32
Octal 341 40 147 0 126 66 14 522 114 62
Binary 11100001 100000 1100111 0 1010110 110110 1100 101010010 1001100 110010

Color Harmonies of #E12067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12067

Black with #E12067

Text Example


Text Example

White with #E12067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12067; }

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

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

background-color css

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

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

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

border-color css

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

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

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