Html Css Color HEX #E1215C Ruby

📋 copy color: '#E1215C'

red 225 ◦ green 33 ◦ blue 92

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

Shades of Ruby #E1215C

Tints of Ruby #E1215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 64.29%
G = 9.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1215C (or 0xE1215C) is known color: Ruby. HEX triplet: E1, 21 and 5C. RGB value is (225,33,92). Sum of RGB (Red+Green+Blue) = 225+33+92=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1215C is #1EDEA3. Grayscale: #616161. Windows color (decimal): -2023076 or 6037985. OLE color: 6037985.

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

Color convert

RGB 225 33 92 -
CMYK 0 0.85 0.59 0.12
HSL 341.56º 0.76% 0.51% -
HSV(B) 341.56º 0.85% 0.88% -
XYZ 33.53 17.87 11.81 -
YUV 97.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 225 33 92 0 0.85 0.59 0.12 341.56 0.76 0.51
Hex E1 21 5C 0 55 3B C 156 4C 33
Octal 341 41 134 0 125 73 14 526 114 63
Binary 11100001 100001 1011100 0 1010101 111011 1100 101010110 1001100 110011

Color Harmonies of #E1215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1215C

Black with #E1215C

Text Example


Text Example

White with #E1215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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