Html Css Color HEX #E00C71 Ruby

📋 copy color: '#E00C71'

red 224 ◦ green 12 ◦ blue 113

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

Shades of Ruby #E00C71

Tints of Ruby #E00C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.44%

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

R = 64.18%
G = 3.44%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00C71 (or 0xE00C71) is known color: Ruby. HEX triplet: E0, 0C and 71. RGB value is (224,12,113). Sum of RGB (Red+Green+Blue) = 224+12+113=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C71 is #1FF38E. Grayscale: #565656. Windows color (decimal): -2093967 or 7408864. OLE color: 7408864.

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

Color convert

RGB 224 12 113 -
CMYK 0 0.95 0.50 0.12
HSL 331.42º 0.9% 0.46% -
HSV(B) 331.42º 0.95% 0.88% -
XYZ 33.85 17.3 17.18 -
YUV 86.9 142.74 225.79 -
System Red Green Blue C M Y K H S L
Decimal 224 12 113 0 0.95 0.50 0.12 331.42 0.9 0.46
Hex E0 C 71 0 5F 32 C 14B 5A 2E
Octal 340 14 161 0 137 62 14 513 132 56
Binary 11100000 1100 1110001 0 1011111 110010 1100 101001011 1011010 101110

Color Harmonies of #E00C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C71

Black with #E00C71

Text Example


Text Example

White with #E00C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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