Html Css Color HEX #E20F5D Ruby

📋 copy color: '#E20F5D'

red 226 ◦ green 15 ◦ blue 93

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

Shades of Ruby #E20F5D

Tints of Ruby #E20F5D

RGB

 RED value IS 226 (88.67% from 255) = 67.66%

 GREEN value IS 15 (6.25% from 255) = 4.49%

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

R = 67.66%
G = 4.49%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E20F5D (or 0xE20F5D) is known color: Ruby. HEX triplet: E2, 0F and 5D. RGB value is (226,15,93). Sum of RGB (Red+Green+Blue) = 226+15+93=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F5D is #1DF0A2. Grayscale: #565656. Windows color (decimal): -1962147 or 6098914. OLE color: 6098914.

HSL color Cylindrical-coordinate representation of color #E20F5D: hue angle of 337.82º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F5D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 15 93 -
CMYK 0 0.93 0.59 0.11
HSL 337.82º 0.88% 0.47% -
HSV(B) 337.82º 0.93% 0.89% -
XYZ 33.51 17.3 11.93 -
YUV 86.98 131.4 227.16 -
System Red Green Blue C M Y K H S L
Decimal 226 15 93 0 0.93 0.59 0.11 337.82 0.88 0.47
Hex E2 F 5D 0 5D 3B B 152 58 2F
Octal 342 17 135 0 135 73 13 522 130 57
Binary 11100010 1111 1011101 0 1011101 111011 1011 101010010 1011000 101111

Color Harmonies of #E20F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F5D

Black with #E20F5D

Text Example


Text Example

White with #E20F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F5D; }

 p { color: rgb(226,15,93); }

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

background-color css

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

 a { background-color: rgb(226,15,93); }

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

border-color css

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

 span { border-color: rgb(226,15,93); }

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