Html Css Color HEX #E5215D Ruby

📋 copy color: '#E5215D'

red 229 ◦ green 33 ◦ blue 93

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

Shades of Ruby #E5215D

Tints of Ruby #E5215D

RGB

 RED value IS 229 (89.84% from 255) = 64.51%

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

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

R = 64.51%
G = 9.3%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5215D (or 0xE5215D) is known color: Ruby. HEX triplet: E5, 21 and 5D. RGB value is (229,33,93). Sum of RGB (Red+Green+Blue) = 229+33+93=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5215D is #1ADEA2. Grayscale: #626262. Windows color (decimal): -1760931 or 6103525. OLE color: 6103525.

HSL color Cylindrical-coordinate representation of color #E5215D: hue angle of 341.63º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5215D is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 93 -
CMYK 0 0.86 0.59 0.10
HSL 341.63º 0.79% 0.51% -
HSV(B) 341.63º 0.86% 0.9% -
XYZ 34.83 18.54 12.1 -
YUV 98.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 229 33 93 0 0.86 0.59 0.10 341.63 0.79 0.51
Hex E5 21 5D 0 56 3B A 156 4F 33
Octal 345 41 135 0 126 73 12 526 117 63
Binary 11100101 100001 1011101 0 1010110 111011 1010 101010110 1001111 110011

Color Harmonies of #E5215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5215D

Black with #E5215D

Text Example


Text Example

White with #E5215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5215D; }

 p { color: rgb(229,33,93); }

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

background-color css

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

 a { background-color: rgb(229,33,93); }

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

border-color css

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

 span { border-color: rgb(229,33,93); }

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