Html Css Color HEX #E02061 Ruby

📋 copy color: '#E02061'

red 224 ◦ green 32 ◦ blue 97

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

Shades of Ruby #E02061

Tints of Ruby #E02061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.48%

R = 63.46%
G = 9.07%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E02061 (or 0xE02061) is known color: Ruby. HEX triplet: E0, 20 and 61. RGB value is (224,32,97). Sum of RGB (Red+Green+Blue) = 224+32+97=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E02061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02061 is #1FDF9E. Grayscale: #606060. Windows color (decimal): -2088863 or 6365408. OLE color: 6365408.

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

Color convert

RGB 224 32 97 -
CMYK 0 0.86 0.57 0.12
HSL 339.69º 0.76% 0.5% -
HSV(B) 339.69º 0.86% 0.88% -
XYZ 33.41 17.74 12.97 -
YUV 96.82 128.11 218.71 -
System Red Green Blue C M Y K H S L
Decimal 224 32 97 0 0.86 0.57 0.12 339.69 0.76 0.5
Hex E0 20 61 0 56 39 C 154 4C 32
Octal 340 40 141 0 126 71 14 524 114 62
Binary 11100000 100000 1100001 0 1010110 111001 1100 101010100 1001100 110010

Color Harmonies of #E02061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02061

Black with #E02061

Text Example


Text Example

White with #E02061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02061; }

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

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

background-color css

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

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

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

border-color css

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

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

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