Html Css Color HEX #E3215D Ruby

📋 copy color: '#E3215D'

red 227 ◦ green 33 ◦ blue 93

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

Shades of Ruby #E3215D

Tints of Ruby #E3215D

RGB

 RED value IS 227 (89.06% from 255) = 64.31%

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

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

R = 64.31%
G = 9.35%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3215D (or 0xE3215D) is known color: Ruby. HEX triplet: E3, 21 and 5D. RGB value is (227,33,93). Sum of RGB (Red+Green+Blue) = 227+33+93=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3215D is #1CDEA2. Grayscale: #616161. Windows color (decimal): -1892003 or 6103523. OLE color: 6103523.

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

Color convert

RGB 227 33 93 -
CMYK 0 0.85 0.59 0.11
HSL 341.44º 0.78% 0.51% -
HSV(B) 341.44º 0.85% 0.89% -
XYZ 34.2 18.21 12.07 -
YUV 97.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 227 33 93 0 0.85 0.59 0.11 341.44 0.78 0.51
Hex E3 21 5D 0 55 3B B 155 4E 33
Octal 343 41 135 0 125 73 13 525 116 63
Binary 11100011 100001 1011101 0 1010101 111011 1011 101010101 1001110 110011

Color Harmonies of #E3215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3215D

Black with #E3215D

Text Example


Text Example

White with #E3215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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