Html Css Color HEX #E10F6F Ruby

📋 copy color: '#E10F6F'

red 225 ◦ green 15 ◦ blue 111

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

Shades of Ruby #E10F6F

Tints of Ruby #E10F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.27%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 64.1%
G = 4.27%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E10F6F (or 0xE10F6F) is known color: Ruby. HEX triplet: E1, 0F and 6F. RGB value is (225,15,111). Sum of RGB (Red+Green+Blue) = 225+15+111=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10F6F is #1EF090. Grayscale: #585858. Windows color (decimal): -2027665 or 7278561. OLE color: 7278561.

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

Color convert

RGB 225 15 111 -
CMYK 0 0.93 0.51 0.12
HSL 332.57º 0.88% 0.47% -
HSV(B) 332.57º 0.93% 0.88% -
XYZ 34.09 17.5 16.62 -
YUV 88.73 140.57 225.19 -
System Red Green Blue C M Y K H S L
Decimal 225 15 111 0 0.93 0.51 0.12 332.57 0.88 0.47
Hex E1 F 6F 0 5D 33 C 14D 58 2F
Octal 341 17 157 0 135 63 14 515 130 57
Binary 11100001 1111 1101111 0 1011101 110011 1100 101001101 1011000 101111

Color Harmonies of #E10F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F6F

Black with #E10F6F

Text Example


Text Example

White with #E10F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F6F; }

 p { color: rgb(225,15,111); }

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

background-color css

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

 a { background-color: rgb(225,15,111); }

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

border-color css

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

 span { border-color: rgb(225,15,111); }

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