Html Css Color HEX #E00374 Ruby

📋 copy color: '#E00374'

red 224 ◦ green 3 ◦ blue 116

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

Shades of Ruby #E00374

Tints of Ruby #E00374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 65.31%
G = 0.87%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00374 (or 0xE00374) is known color: Ruby. HEX triplet: E0, 03 and 74. RGB value is (224,3,116). Sum of RGB (Red+Green+Blue) = 224+3+116=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E00374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00374 is #1FFC8B. Grayscale: #515151. Windows color (decimal): -2096268 or 7603168. OLE color: 7603168.

HSL color Cylindrical-coordinate representation of color #E00374: hue angle of 329.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00374 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 116 -
CMYK 0 0.99 0.48 0.12
HSL 329.32º 0.97% 0.45% -
HSV(B) 329.32º 0.99% 0.88% -
XYZ 33.93 17.17 18.05 -
YUV 81.96 147.22 229.31 -
System Red Green Blue C M Y K H S L
Decimal 224 3 116 0 0.99 0.48 0.12 329.32 0.97 0.45
Hex E0 3 74 0 63 30 C 149 61 2D
Octal 340 3 164 0 143 60 14 511 141 55
Binary 11100000 11 1110100 0 1100011 110000 1100 101001001 1100001 101101

Color Harmonies of #E00374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00374

Black with #E00374

Text Example


Text Example

White with #E00374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00374; }

 p { color: rgb(224,3,116); }

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

background-color css

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

 a { background-color: rgb(224,3,116); }

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

border-color css

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

 span { border-color: rgb(224,3,116); }

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