Html Css Color HEX #E02071 Ruby

📋 copy color: '#E02071'

red 224 ◦ green 32 ◦ blue 113

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

Shades of Ruby #E02071

Tints of Ruby #E02071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

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

R = 60.7%
G = 8.67%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E02071 (or 0xE02071) is known color: Ruby. HEX triplet: E0, 20 and 71. RGB value is (224,32,113). Sum of RGB (Red+Green+Blue) = 224+32+113=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E02071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02071 is #1FDF8E. Grayscale: #626262. Windows color (decimal): -2088847 or 7413984. OLE color: 7413984.

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

Color convert

RGB 224 32 113 -
CMYK 0 0.86 0.50 0.12
HSL 334.69º 0.76% 0.5% -
HSV(B) 334.69º 0.86% 0.88% -
XYZ 34.24 18.07 17.31 -
YUV 98.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 224 32 113 0 0.86 0.50 0.12 334.69 0.76 0.5
Hex E0 20 71 0 56 32 C 14F 4C 32
Octal 340 40 161 0 126 62 14 517 114 62
Binary 11100000 100000 1110001 0 1010110 110010 1100 101001111 1001100 110010

Color Harmonies of #E02071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02071

Black with #E02071

Text Example


Text Example

White with #E02071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02071; }

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

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

background-color css

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

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

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

border-color css

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

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

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