Html Css Color HEX #E10A75 Ruby

📋 copy color: '#E10A75'

red 225 ◦ green 10 ◦ blue 117

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

Shades of Ruby #E10A75

Tints of Ruby #E10A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 63.92%
G = 2.84%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10A75 (or 0xE10A75) is known color: Ruby. HEX triplet: E1, 0A and 75. RGB value is (225,10,117). Sum of RGB (Red+Green+Blue) = 225+10+117=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A75 is #1EF58A. Grayscale: #565656. Windows color (decimal): -2028939 or 7670497. OLE color: 7670497.

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

Color convert

RGB 225 10 117 -
CMYK 0 0.96 0.48 0.12
HSL 330.14º 0.91% 0.46% -
HSV(B) 330.14º 0.96% 0.88% -
XYZ 34.37 17.51 18.4 -
YUV 86.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 225 10 117 0 0.96 0.48 0.12 330.14 0.91 0.46
Hex E1 A 75 0 60 30 C 14A 5B 2E
Octal 341 12 165 0 140 60 14 512 133 56
Binary 11100001 1010 1110101 0 1100000 110000 1100 101001010 1011011 101110

Color Harmonies of #E10A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A75

Black with #E10A75

Text Example


Text Example

White with #E10A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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