Html Css Color HEX #E10279 Ruby

📋 copy color: '#E10279'

red 225 ◦ green 2 ◦ blue 121

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

Shades of Ruby #E10279

Tints of Ruby #E10279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 64.66%
G = 0.57%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E10279 (or 0xE10279) is known color: Ruby. HEX triplet: E1, 02 and 79. RGB value is (225,2,121). Sum of RGB (Red+Green+Blue) = 225+2+121=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10279 is #1EFD86. Grayscale: #515151. Windows color (decimal): -2030983 or 7930593. OLE color: 7930593.

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

Color convert

RGB 225 2 121 -
CMYK 0 0.99 0.46 0.12
HSL 327.98º 0.98% 0.45% -
HSV(B) 327.98º 0.99% 0.88% -
XYZ 34.52 17.43 19.63 -
YUV 82.24 149.88 229.82 -
System Red Green Blue C M Y K H S L
Decimal 225 2 121 0 0.99 0.46 0.12 327.98 0.98 0.45
Hex E1 2 79 0 63 2E C 148 62 2D
Octal 341 2 171 0 143 56 14 510 142 55
Binary 11100001 10 1111001 0 1100011 101110 1100 101001000 1100010 101101

Color Harmonies of #E10279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10279

Black with #E10279

Text Example


Text Example

White with #E10279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10279; }

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

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

background-color css

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

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

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

border-color css

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

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

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