Html Css Color HEX #E00472 Ruby

📋 copy color: '#E00472'

red 224 ◦ green 4 ◦ blue 114

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

Shades of Ruby #E00472

Tints of Ruby #E00472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 65.5%
G = 1.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E00472 (or 0xE00472) is known color: Ruby. HEX triplet: E0, 04 and 72. RGB value is (224,4,114). Sum of RGB (Red+Green+Blue) = 224+4+114=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E00472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00472 is #1FFB8D. Grayscale: #525252. Windows color (decimal): -2096014 or 7472352. OLE color: 7472352.

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

Color convert

RGB 224 4 114 -
CMYK 0 0.98 0.49 0.12
HSL 330º 0.96% 0.45% -
HSV(B) 330º 0.98% 0.88% -
XYZ 33.82 17.15 17.45 -
YUV 82.32 145.89 229.06 -
System Red Green Blue C M Y K H S L
Decimal 224 4 114 0 0.98 0.49 0.12 330 0.96 0.45
Hex E0 4 72 0 62 31 C 14A 60 2D
Octal 340 4 162 0 142 61 14 512 140 55
Binary 11100000 100 1110010 0 1100010 110001 1100 101001010 1100000 101101

Color Harmonies of #E00472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00472

Black with #E00472

Text Example


Text Example

White with #E00472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00472; }

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

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

background-color css

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

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

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

border-color css

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

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

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