Html Css Color HEX #E10276 Ruby

📋 copy color: '#E10276'

red 225 ◦ green 2 ◦ blue 118

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

Shades of Ruby #E10276

Tints of Ruby #E10276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 65.22%
G = 0.58%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10276 (or 0xE10276) is known color: Ruby. HEX triplet: E1, 02 and 76. RGB value is (225,2,118). Sum of RGB (Red+Green+Blue) = 225+2+118=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E10276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10276 is #1EFD89. Grayscale: #515151. Windows color (decimal): -2030986 or 7733985. OLE color: 7733985.

HSL color Cylindrical-coordinate representation of color #E10276: hue angle of 328.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10276 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 118 -
CMYK 0 0.99 0.48 0.12
HSL 328.79º 0.98% 0.45% -
HSV(B) 328.79º 0.99% 0.88% -
XYZ 34.34 17.36 18.68 -
YUV 81.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 225 2 118 0 0.99 0.48 0.12 328.79 0.98 0.45
Hex E1 2 76 0 63 30 C 149 62 2D
Octal 341 2 166 0 143 60 14 511 142 55
Binary 11100001 10 1110110 0 1100011 110000 1100 101001001 1100010 101101

Color Harmonies of #E10276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10276

Black with #E10276

Text Example


Text Example

White with #E10276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10276; }

 p { color: rgb(225,2,118); }

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

background-color css

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

 a { background-color: rgb(225,2,118); }

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

border-color css

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

 span { border-color: rgb(225,2,118); }

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