Html Css Color HEX #E00966 Ruby

📋 copy color: '#E00966'

red 224 ◦ green 9 ◦ blue 102

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

Shades of Ruby #E00966

Tints of Ruby #E00966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 66.87%
G = 2.69%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E00966 (or 0xE00966) is known color: Ruby. HEX triplet: E0, 09 and 66. RGB value is (224,9,102). Sum of RGB (Red+Green+Blue) = 224+9+102=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E00966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00966 is #1FF699. Grayscale: #535353. Windows color (decimal): -2094746 or 6687200. OLE color: 6687200.

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

Color convert

RGB 224 9 102 -
CMYK 0 0.96 0.54 0.12
HSL 334.05º 0.92% 0.46% -
HSV(B) 334.05º 0.96% 0.88% -
XYZ 33.24 17 14.1 -
YUV 83.89 138.23 227.94 -
System Red Green Blue C M Y K H S L
Decimal 224 9 102 0 0.96 0.54 0.12 334.05 0.92 0.46
Hex E0 9 66 0 60 36 C 14E 5C 2E
Octal 340 11 146 0 140 66 14 516 134 56
Binary 11100000 1001 1100110 0 1100000 110110 1100 101001110 1011100 101110

Color Harmonies of #E00966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00966

Black with #E00966

Text Example


Text Example

White with #E00966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00966; }

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

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

background-color css

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

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

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

border-color css

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

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

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