Html Css Color HEX #E5215E Ruby

📋 copy color: '#E5215E'

red 229 ◦ green 33 ◦ blue 94

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

Shades of Ruby #E5215E

Tints of Ruby #E5215E

RGB

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

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

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

R = 64.33%
G = 9.27%
B = 26.4%

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

#E5215E (or 0xE5215E) is known color: Ruby. HEX triplet: E5, 21 and 5E. RGB value is (229,33,94). Sum of RGB (Red+Green+Blue) = 229+33+94=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5215E is #1ADEA1. Grayscale: #626262. Windows color (decimal): -1760930 or 6169061. OLE color: 6169061.

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

Color convert

RGB 229 33 94 -
CMYK 0 0.86 0.59 0.10
HSL 341.33º 0.79% 0.51% -
HSV(B) 341.33º 0.86% 0.9% -
XYZ 34.88 18.55 12.33 -
YUV 98.56 125.43 221.04 -
System Red Green Blue C M Y K H S L
Decimal 229 33 94 0 0.86 0.59 0.10 341.33 0.79 0.51
Hex E5 21 5E 0 56 3B A 155 4F 33
Octal 345 41 136 0 126 73 12 525 117 63
Binary 11100101 100001 1011110 0 1010110 111011 1010 101010101 1001111 110011

Color Harmonies of #E5215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5215E

Black with #E5215E

Text Example


Text Example

White with #E5215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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