Html Css Color HEX #E00F60 Ruby

📋 copy color: '#E00F60'

red 224 ◦ green 15 ◦ blue 96

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

Shades of Ruby #E00F60

Tints of Ruby #E00F60

RGB

 RED value IS 224 (87.89% from 255) = 66.87%

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

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 66.87%
G = 4.48%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E00F60 (or 0xE00F60) is known color: Ruby. HEX triplet: E0, 0F and 60. RGB value is (224,15,96). Sum of RGB (Red+Green+Blue) = 224+15+96=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F60 is #1FF09F. Grayscale: #565656. Windows color (decimal): -2093216 or 6295520. OLE color: 6295520.

HSL color Cylindrical-coordinate representation of color #E00F60: hue angle of 336.75º degrees, saturation: 0.87, 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 #E00F60 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 96 -
CMYK 0 0.93 0.57 0.12
HSL 336.75º 0.87% 0.47% -
HSV(B) 336.75º 0.93% 0.88% -
XYZ 33.02 17.03 12.61 -
YUV 86.73 133.24 225.91 -
System Red Green Blue C M Y K H S L
Decimal 224 15 96 0 0.93 0.57 0.12 336.75 0.87 0.47
Hex E0 F 60 0 5D 39 C 151 57 2F
Octal 340 17 140 0 135 71 14 521 127 57
Binary 11100000 1111 1100000 0 1011101 111001 1100 101010001 1010111 101111

Color Harmonies of #E00F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F60

Black with #E00F60

Text Example


Text Example

White with #E00F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F60; }

 p { color: rgb(224,15,96); }

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

background-color css

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

 a { background-color: rgb(224,15,96); }

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

border-color css

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

 span { border-color: rgb(224,15,96); }

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