Html Css Color HEX #E12065 Ruby

📋 copy color: '#E12065'

red 225 ◦ green 32 ◦ blue 101

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

Shades of Ruby #E12065

Tints of Ruby #E12065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 62.85%
G = 8.94%
B = 28.21%

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

#E12065 (or 0xE12065) is known color: Ruby. HEX triplet: E1, 20 and 65. RGB value is (225,32,101). Sum of RGB (Red+Green+Blue) = 225+32+101=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E12065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12065 is #1EDF9A. Grayscale: #616161. Windows color (decimal): -2023323 or 6627553. OLE color: 6627553.

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

Color convert

RGB 225 32 101 -
CMYK 0 0.86 0.55 0.12
HSL 338.55º 0.76% 0.5% -
HSV(B) 338.55º 0.86% 0.88% -
XYZ 33.92 17.98 13.99 -
YUV 97.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 225 32 101 0 0.86 0.55 0.12 338.55 0.76 0.5
Hex E1 20 65 0 56 37 C 153 4C 32
Octal 341 40 145 0 126 67 14 523 114 62
Binary 11100001 100000 1100101 0 1010110 110111 1100 101010011 1001100 110010

Color Harmonies of #E12065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12065

Black with #E12065

Text Example


Text Example

White with #E12065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12065; }

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

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

background-color css

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

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

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

border-color css

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

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

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