Html Css Color HEX #E10375 Ruby

📋 copy color: '#E10375'

red 225 ◦ green 3 ◦ blue 117

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

Shades of Ruby #E10375

Tints of Ruby #E10375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 65.22%
G = 0.87%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10375 (or 0xE10375) is known color: Ruby. HEX triplet: E1, 03 and 75. RGB value is (225,3,117). Sum of RGB (Red+Green+Blue) = 225+3+117=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E10375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10375 is #1EFC8A. Grayscale: #525252. Windows color (decimal): -2030731 or 7668705. OLE color: 7668705.

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

Color convert

RGB 225 3 117 -
CMYK 0 0.99 0.48 0.12
HSL 329.19º 0.97% 0.45% -
HSV(B) 329.19º 0.99% 0.88% -
XYZ 34.29 17.36 18.37 -
YUV 82.37 147.55 229.73 -
System Red Green Blue C M Y K H S L
Decimal 225 3 117 0 0.99 0.48 0.12 329.19 0.97 0.45
Hex E1 3 75 0 63 30 C 149 61 2D
Octal 341 3 165 0 143 60 14 511 141 55
Binary 11100001 11 1110101 0 1100011 110000 1100 101001001 1100001 101101

Color Harmonies of #E10375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10375

Black with #E10375

Text Example


Text Example

White with #E10375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10375; }

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

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

background-color css

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

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

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

border-color css

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

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

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