Html Css Color HEX #E00671 Ruby

📋 copy color: '#E00671'

red 224 ◦ green 6 ◦ blue 113

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

Shades of Ruby #E00671

Tints of Ruby #E00671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 65.31%
G = 1.75%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00671 (or 0xE00671) is known color: Ruby. HEX triplet: E0, 06 and 71. RGB value is (224,6,113). Sum of RGB (Red+Green+Blue) = 224+6+113=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E00671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00671 is #1FF98E. Grayscale: #535353. Windows color (decimal): -2095503 or 7407328. OLE color: 7407328.

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

Color convert

RGB 224 6 113 -
CMYK 0 0.97 0.50 0.12
HSL 330.55º 0.95% 0.45% -
HSV(B) 330.55º 0.97% 0.88% -
XYZ 33.79 17.17 17.16 -
YUV 83.38 144.72 228.3 -
System Red Green Blue C M Y K H S L
Decimal 224 6 113 0 0.97 0.50 0.12 330.55 0.95 0.45
Hex E0 6 71 0 61 32 C 14B 5F 2D
Octal 340 6 161 0 141 62 14 513 137 55
Binary 11100000 110 1110001 0 1100001 110010 1100 101001011 1011111 101101

Color Harmonies of #E00671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00671

Black with #E00671

Text Example


Text Example

White with #E00671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00671; }

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

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

background-color css

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

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

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

border-color css

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

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

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