Html Css Color HEX #E0205D Ruby

📋 copy color: '#E0205D'

red 224 ◦ green 32 ◦ blue 93

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

Shades of Ruby #E0205D

Tints of Ruby #E0205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 64.18%
G = 9.17%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0205D (or 0xE0205D) is known color: Ruby. HEX triplet: E0, 20 and 5D. RGB value is (224,32,93). Sum of RGB (Red+Green+Blue) = 224+32+93=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0205D is #1FDFA2. Grayscale: #606060. Windows color (decimal): -2088867 or 6103264. OLE color: 6103264.

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

Color convert

RGB 224 32 93 -
CMYK 0 0.86 0.58 0.12
HSL 340.94º 0.76% 0.5% -
HSV(B) 340.94º 0.86% 0.88% -
XYZ 33.23 17.67 12.02 -
YUV 96.36 126.11 219.04 -
System Red Green Blue C M Y K H S L
Decimal 224 32 93 0 0.86 0.58 0.12 340.94 0.76 0.5
Hex E0 20 5D 0 56 3A C 155 4C 32
Octal 340 40 135 0 126 72 14 525 114 62
Binary 11100000 100000 1011101 0 1010110 111010 1100 101010101 1001100 110010

Color Harmonies of #E0205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0205D

Black with #E0205D

Text Example


Text Example

White with #E0205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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