Html Css Color HEX #E10475 Ruby

📋 copy color: '#E10475'

red 225 ◦ green 4 ◦ blue 117

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

Shades of Ruby #E10475

Tints of Ruby #E10475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 65.03%
G = 1.16%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10475 (or 0xE10475) is known color: Ruby. HEX triplet: E1, 04 and 75. RGB value is (225,4,117). Sum of RGB (Red+Green+Blue) = 225+4+117=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E10475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10475 is #1EFB8A. Grayscale: #525252. Windows color (decimal): -2030475 or 7668961. OLE color: 7668961.

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

Color convert

RGB 225 4 117 -
CMYK 0 0.98 0.48 0.12
HSL 329.32º 0.97% 0.45% -
HSV(B) 329.32º 0.98% 0.88% -
XYZ 34.31 17.38 18.38 -
YUV 82.96 147.22 229.31 -
System Red Green Blue C M Y K H S L
Decimal 225 4 117 0 0.98 0.48 0.12 329.32 0.97 0.45
Hex E1 4 75 0 62 30 C 149 61 2D
Octal 341 4 165 0 142 60 14 511 141 55
Binary 11100001 100 1110101 0 1100010 110000 1100 101001001 1100001 101101

Color Harmonies of #E10475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10475

Black with #E10475

Text Example


Text Example

White with #E10475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10475; }

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

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

background-color css

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

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

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

border-color css

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

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

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