Html Css Color HEX #E00968 Ruby

📋 copy color: '#E00968'

red 224 ◦ green 9 ◦ blue 104

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

Shades of Ruby #E00968

Tints of Ruby #E00968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 66.47%
G = 2.67%
B = 30.86%

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

#E00968 (or 0xE00968) is known color: Ruby. HEX triplet: E0, 09 and 68. RGB value is (224,9,104). Sum of RGB (Red+Green+Blue) = 224+9+104=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E00968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00968 is #1FF697. Grayscale: #535353. Windows color (decimal): -2094744 or 6818272. OLE color: 6818272.

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

Color convert

RGB 224 9 104 -
CMYK 0 0.96 0.54 0.12
HSL 333.49º 0.92% 0.46% -
HSV(B) 333.49º 0.96% 0.88% -
XYZ 33.34 17.04 14.63 -
YUV 84.12 139.23 227.78 -
System Red Green Blue C M Y K H S L
Decimal 224 9 104 0 0.96 0.54 0.12 333.49 0.92 0.46
Hex E0 9 68 0 60 36 C 14D 5C 2E
Octal 340 11 150 0 140 66 14 515 134 56
Binary 11100000 1001 1101000 0 1100000 110110 1100 101001101 1011100 101110

Color Harmonies of #E00968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00968

Black with #E00968

Text Example


Text Example

White with #E00968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00968; }

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

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

background-color css

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

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

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

border-color css

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

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

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