Html Css Color HEX #E1215B Ruby

📋 copy color: '#E1215B'

red 225 ◦ green 33 ◦ blue 91

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

Shades of Ruby #E1215B

Tints of Ruby #E1215B

RGB

 RED value IS 225 (88.28% from 255) = 64.47%

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

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 64.47%
G = 9.46%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1215B (or 0xE1215B) is known color: Ruby. HEX triplet: E1, 21 and 5B. RGB value is (225,33,91). Sum of RGB (Red+Green+Blue) = 225+33+91=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1215B is #1EDEA4. Grayscale: #606060. Windows color (decimal): -2023077 or 5972449. OLE color: 5972449.

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

Color convert

RGB 225 33 91 -
CMYK 0 0.85 0.60 0.12
HSL 341.88º 0.76% 0.51% -
HSV(B) 341.88º 0.85% 0.88% -
XYZ 33.48 17.85 11.58 -
YUV 97.02 124.61 219.28 -
System Red Green Blue C M Y K H S L
Decimal 225 33 91 0 0.85 0.60 0.12 341.88 0.76 0.51
Hex E1 21 5B 0 55 3C C 156 4C 33
Octal 341 41 133 0 125 74 14 526 114 63
Binary 11100001 100001 1011011 0 1010101 111100 1100 101010110 1001100 110011

Color Harmonies of #E1215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1215B

Black with #E1215B

Text Example


Text Example

White with #E1215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1215B; }

 p { color: rgb(225,33,91); }

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

background-color css

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

 a { background-color: rgb(225,33,91); }

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

border-color css

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

 span { border-color: rgb(225,33,91); }

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