Html Css Color HEX #E00975 Ruby

📋 copy color: '#E00975'

red 224 ◦ green 9 ◦ blue 117

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

Shades of Ruby #E00975

Tints of Ruby #E00975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 64%
G = 2.57%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00975 (or 0xE00975) is known color: Ruby. HEX triplet: E0, 09 and 75. RGB value is (224,9,117). Sum of RGB (Red+Green+Blue) = 224+9+117=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E00975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00975 is #1FF68A. Grayscale: #555555. Windows color (decimal): -2094731 or 7670240. OLE color: 7670240.

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

Color convert

RGB 224 9 117 -
CMYK 0 0.96 0.48 0.12
HSL 329.86º 0.92% 0.46% -
HSV(B) 329.86º 0.96% 0.88% -
XYZ 34.05 17.33 18.38 -
YUV 85.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 224 9 117 0 0.96 0.48 0.12 329.86 0.92 0.46
Hex E0 9 75 0 60 30 C 14A 5C 2E
Octal 340 11 165 0 140 60 14 512 134 56
Binary 11100000 1001 1110101 0 1100000 110000 1100 101001010 1011100 101110

Color Harmonies of #E00975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00975

Black with #E00975

Text Example


Text Example

White with #E00975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00975; }

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

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

background-color css

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

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

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

border-color css

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

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

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