Html Css Color HEX #E02074 Ruby

📋 copy color: '#E02074'

red 224 ◦ green 32 ◦ blue 116

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

Shades of Ruby #E02074

Tints of Ruby #E02074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 60.22%
G = 8.6%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E02074 (or 0xE02074) is known color: Ruby. HEX triplet: E0, 20 and 74. RGB value is (224,32,116). Sum of RGB (Red+Green+Blue) = 224+32+116=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E02074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02074 is #1FDF8B. Grayscale: #626262. Windows color (decimal): -2088844 or 7610592. OLE color: 7610592.

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

Color convert

RGB 224 32 116 -
CMYK 0 0.86 0.48 0.12
HSL 333.75º 0.76% 0.5% -
HSV(B) 333.75º 0.86% 0.88% -
XYZ 34.41 18.14 18.21 -
YUV 98.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 224 32 116 0 0.86 0.48 0.12 333.75 0.76 0.5
Hex E0 20 74 0 56 30 C 14E 4C 32
Octal 340 40 164 0 126 60 14 516 114 62
Binary 11100000 100000 1110100 0 1010110 110000 1100 101001110 1001100 110010

Color Harmonies of #E02074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02074

Black with #E02074

Text Example


Text Example

White with #E02074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02074; }

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

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

background-color css

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

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

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

border-color css

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

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

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