Html Css Color HEX #E10E65 Ruby

📋 copy color: '#E10E65'

red 225 ◦ green 14 ◦ blue 101

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

Shades of Ruby #E10E65

Tints of Ruby #E10E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.12%

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 66.18%
G = 4.12%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E10E65 (or 0xE10E65) is known color: Ruby. HEX triplet: E1, 0E and 65. RGB value is (225,14,101). Sum of RGB (Red+Green+Blue) = 225+14+101=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E65 is #1EF19A. Grayscale: #565656. Windows color (decimal): -2027931 or 6622945. OLE color: 6622945.

HSL color Cylindrical-coordinate representation of color #E10E65: hue angle of 335.26º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10E65 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 14 101 -
CMYK 0 0.94 0.55 0.12
HSL 335.26º 0.88% 0.47% -
HSV(B) 335.26º 0.94% 0.88% -
XYZ 33.56 17.26 13.88 -
YUV 87.01 135.9 226.43 -
System Red Green Blue C M Y K H S L
Decimal 225 14 101 0 0.94 0.55 0.12 335.26 0.88 0.47
Hex E1 E 65 0 5E 37 C 14F 58 2F
Octal 341 16 145 0 136 67 14 517 130 57
Binary 11100001 1110 1100101 0 1011110 110111 1100 101001111 1011000 101111

Color Harmonies of #E10E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E65

Black with #E10E65

Text Example


Text Example

White with #E10E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E65; }

 p { color: rgb(225,14,101); }

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

background-color css

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

 a { background-color: rgb(225,14,101); }

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

border-color css

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

 span { border-color: rgb(225,14,101); }

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