Html Css Color HEX #E1206A Ruby

📋 copy color: '#E1206A'

red 225 ◦ green 32 ◦ blue 106

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

Shades of Ruby #E1206A

Tints of Ruby #E1206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 61.98%
G = 8.82%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1206A (or 0xE1206A) is known color: Ruby. HEX triplet: E1, 20 and 6A. RGB value is (225,32,106). Sum of RGB (Red+Green+Blue) = 225+32+106=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E1206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1206A is #1EDF95. Grayscale: #626262. Windows color (decimal): -2023318 or 6955233. OLE color: 6955233.

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

Color convert

RGB 225 32 106 -
CMYK 0 0.86 0.53 0.12
HSL 336.99º 0.76% 0.5% -
HSV(B) 336.99º 0.86% 0.88% -
XYZ 34.17 18.08 15.32 -
YUV 98.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 225 32 106 0 0.86 0.53 0.12 336.99 0.76 0.5
Hex E1 20 6A 0 56 35 C 151 4C 32
Octal 341 40 152 0 126 65 14 521 114 62
Binary 11100001 100000 1101010 0 1010110 110101 1100 101010001 1001100 110010

Color Harmonies of #E1206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1206A

Black with #E1206A

Text Example


Text Example

White with #E1206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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