Html Css Color HEX #E10A69 Ruby

📋 copy color: '#E10A69'

red 225 ◦ green 10 ◦ blue 105

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

Shades of Ruby #E10A69

Tints of Ruby #E10A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 66.18%
G = 2.94%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E10A69 (or 0xE10A69) is known color: Ruby. HEX triplet: E1, 0A and 69. RGB value is (225,10,105). Sum of RGB (Red+Green+Blue) = 225+10+105=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A69 is #1EF596. Grayscale: #545454. Windows color (decimal): -2028951 or 6884065. OLE color: 6884065.

HSL color Cylindrical-coordinate representation of color #E10A69: hue angle of 333.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A69 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 10 105 -
CMYK 0 0.96 0.53 0.12
HSL 333.49º 0.91% 0.46% -
HSV(B) 333.49º 0.96% 0.88% -
XYZ 33.71 17.24 14.92 -
YUV 85.12 139.23 227.78 -
System Red Green Blue C M Y K H S L
Decimal 225 10 105 0 0.96 0.53 0.12 333.49 0.91 0.46
Hex E1 A 69 0 60 35 C 14D 5B 2E
Octal 341 12 151 0 140 65 14 515 133 56
Binary 11100001 1010 1101001 0 1100000 110101 1100 101001101 1011011 101110

Color Harmonies of #E10A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A69

Black with #E10A69

Text Example


Text Example

White with #E10A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A69; }

 p { color: rgb(225,10,105); }

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

background-color css

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

 a { background-color: rgb(225,10,105); }

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

border-color css

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

 span { border-color: rgb(225,10,105); }

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