Html Css Color HEX #E0215E Ruby

📋 copy color: '#E0215E'

red 224 ◦ green 33 ◦ blue 94

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

Shades of Ruby #E0215E

Tints of Ruby #E0215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 63.82%
G = 9.4%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0215E (or 0xE0215E) is known color: Ruby. HEX triplet: E0, 21 and 5E. RGB value is (224,33,94). Sum of RGB (Red+Green+Blue) = 224+33+94=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0215E is #1FDEA1. Grayscale: #616161. Windows color (decimal): -2088610 or 6169056. OLE color: 6169056.

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

Color convert

RGB 224 33 94 -
CMYK 0 0.85 0.58 0.12
HSL 340.84º 0.75% 0.5% -
HSV(B) 340.84º 0.85% 0.88% -
XYZ 33.3 17.74 12.26 -
YUV 97.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 224 33 94 0 0.85 0.58 0.12 340.84 0.75 0.5
Hex E0 21 5E 0 55 3A C 155 4B 32
Octal 340 41 136 0 125 72 14 525 113 62
Binary 11100000 100001 1011110 0 1010101 111010 1100 101010101 1001011 110010

Color Harmonies of #E0215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0215E

Black with #E0215E

Text Example


Text Example

White with #E0215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0215E; }

 p { color: rgb(224,33,94); }

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

background-color css

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

 a { background-color: rgb(224,33,94); }

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

border-color css

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

 span { border-color: rgb(224,33,94); }

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