Html Css Color HEX #E10875 Ruby

📋 copy color: '#E10875'

red 225 ◦ green 8 ◦ blue 117

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

Shades of Ruby #E10875

Tints of Ruby #E10875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 64.29%
G = 2.29%
B = 33.43%

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

#E10875 (or 0xE10875) is known color: Ruby. HEX triplet: E1, 08 and 75. RGB value is (225,8,117). Sum of RGB (Red+Green+Blue) = 225+8+117=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E10875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10875 is #1EF78A. Grayscale: #555555. Windows color (decimal): -2029451 or 7669985. OLE color: 7669985.

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

Color convert

RGB 225 8 117 -
CMYK 0 0.96 0.48 0.12
HSL 329.86º 0.93% 0.46% -
HSV(B) 329.86º 0.96% 0.88% -
XYZ 34.35 17.47 18.39 -
YUV 85.31 145.89 227.64 -
System Red Green Blue C M Y K H S L
Decimal 225 8 117 0 0.96 0.48 0.12 329.86 0.93 0.46
Hex E1 8 75 0 60 30 C 14A 5D 2E
Octal 341 10 165 0 140 60 14 512 135 56
Binary 11100001 1000 1110101 0 1100000 110000 1100 101001010 1011101 101110

Color Harmonies of #E10875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10875

Black with #E10875

Text Example


Text Example

White with #E10875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10875; }

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

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

background-color css

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

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

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

border-color css

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

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

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