Html Css Color HEX #E0096F Ruby

📋 copy color: '#E0096F'

red 224 ◦ green 9 ◦ blue 111

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

Shades of Ruby #E0096F

Tints of Ruby #E0096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 65.12%
G = 2.62%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0096F (or 0xE0096F) is known color: Ruby. HEX triplet: E0, 09 and 6F. RGB value is (224,9,111). Sum of RGB (Red+Green+Blue) = 224+9+111=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E0096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0096F is #1FF690. Grayscale: #545454. Windows color (decimal): -2094737 or 7277024. OLE color: 7277024.

HSL color Cylindrical-coordinate representation of color #E0096F: hue angle of 331.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0096F is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 111 -
CMYK 0 0.96 0.50 0.12
HSL 331.53º 0.92% 0.46% -
HSV(B) 331.53º 0.96% 0.88% -
XYZ 33.71 17.19 16.58 -
YUV 84.91 142.73 227.21 -
System Red Green Blue C M Y K H S L
Decimal 224 9 111 0 0.96 0.50 0.12 331.53 0.92 0.46
Hex E0 9 6F 0 60 32 C 14C 5C 2E
Octal 340 11 157 0 140 62 14 514 134 56
Binary 11100000 1001 1101111 0 1100000 110010 1100 101001100 1011100 101110

Color Harmonies of #E0096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0096F

Black with #E0096F

Text Example


Text Example

White with #E0096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0096F; }

 p { color: rgb(224,9,111); }

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

background-color css

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

 a { background-color: rgb(224,9,111); }

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

border-color css

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

 span { border-color: rgb(224,9,111); }

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