Html Css Color HEX #E10E67 Ruby

📋 copy color: '#E10E67'

red 225 ◦ green 14 ◦ blue 103

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

Shades of Ruby #E10E67

Tints of Ruby #E10E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 65.79%
G = 4.09%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E10E67 (or 0xE10E67) is known color: Ruby. HEX triplet: E1, 0E and 67. RGB value is (225,14,103). Sum of RGB (Red+Green+Blue) = 225+14+103=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E67 is #1EF198. Grayscale: #575757. Windows color (decimal): -2027929 or 6754017. OLE color: 6754017.

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

Color convert

RGB 225 14 103 -
CMYK 0 0.94 0.54 0.12
HSL 334.69º 0.88% 0.47% -
HSV(B) 334.69º 0.94% 0.88% -
XYZ 33.66 17.3 14.4 -
YUV 87.24 136.9 226.26 -
System Red Green Blue C M Y K H S L
Decimal 225 14 103 0 0.94 0.54 0.12 334.69 0.88 0.47
Hex E1 E 67 0 5E 36 C 14F 58 2F
Octal 341 16 147 0 136 66 14 517 130 57
Binary 11100001 1110 1100111 0 1011110 110110 1100 101001111 1011000 101111

Color Harmonies of #E10E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E67

Black with #E10E67

Text Example


Text Example

White with #E10E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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