Html Css Color HEX #E00672 Ruby

📋 copy color: '#E00672'

red 224 ◦ green 6 ◦ blue 114

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

Shades of Ruby #E00672

Tints of Ruby #E00672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 65.12%
G = 1.74%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E00672 (or 0xE00672) is known color: Ruby. HEX triplet: E0, 06 and 72. RGB value is (224,6,114). Sum of RGB (Red+Green+Blue) = 224+6+114=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00672 is #1FF98D. Grayscale: #535353. Windows color (decimal): -2095502 or 7472864. OLE color: 7472864.

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

Color convert

RGB 224 6 114 -
CMYK 0 0.97 0.49 0.12
HSL 330.28º 0.95% 0.45% -
HSV(B) 330.28º 0.97% 0.88% -
XYZ 33.84 17.19 17.45 -
YUV 83.49 145.22 228.22 -
System Red Green Blue C M Y K H S L
Decimal 224 6 114 0 0.97 0.49 0.12 330.28 0.95 0.45
Hex E0 6 72 0 61 31 C 14A 5F 2D
Octal 340 6 162 0 141 61 14 512 137 55
Binary 11100000 110 1110010 0 1100001 110001 1100 101001010 1011111 101101

Color Harmonies of #E00672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00672

Black with #E00672

Text Example


Text Example

White with #E00672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00672; }

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

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

background-color css

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

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

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

border-color css

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

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

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