Html Css Color HEX #E00474 Ruby

📋 copy color: '#E00474'

red 224 ◦ green 4 ◦ blue 116

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

Shades of Ruby #E00474

Tints of Ruby #E00474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 65.12%
G = 1.16%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00474 (or 0xE00474) is known color: Ruby. HEX triplet: E0, 04 and 74. RGB value is (224,4,116). Sum of RGB (Red+Green+Blue) = 224+4+116=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00474 is #1FFB8B. Grayscale: #525252. Windows color (decimal): -2096012 or 7603424. OLE color: 7603424.

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

Color convert

RGB 224 4 116 -
CMYK 0 0.98 0.48 0.12
HSL 329.45º 0.96% 0.45% -
HSV(B) 329.45º 0.98% 0.88% -
XYZ 33.94 17.2 18.05 -
YUV 82.55 146.89 228.89 -
System Red Green Blue C M Y K H S L
Decimal 224 4 116 0 0.98 0.48 0.12 329.45 0.96 0.45
Hex E0 4 74 0 62 30 C 149 60 2D
Octal 340 4 164 0 142 60 14 511 140 55
Binary 11100000 100 1110100 0 1100010 110000 1100 101001001 1100000 101101

Color Harmonies of #E00474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00474

Black with #E00474

Text Example


Text Example

White with #E00474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00474; }

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

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

background-color css

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

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

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

border-color css

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

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

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