Html Css Color HEX #E7215E Ruby

📋 copy color: '#E7215E'

red 231 ◦ green 33 ◦ blue 94

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

Shades of Ruby #E7215E

Tints of Ruby #E7215E

RGB

 RED value IS 231 (90.63% from 255) = 64.53%

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

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

R = 64.53%
G = 9.22%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7215E (or 0xE7215E) is known color: Ruby. HEX triplet: E7, 21 and 5E. RGB value is (231,33,94). Sum of RGB (Red+Green+Blue) = 231+33+94=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7215E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7215E is #18DEA1. Grayscale: #636363. Windows color (decimal): -1629858 or 6169063. OLE color: 6169063.

HSL color Cylindrical-coordinate representation of color #E7215E: hue angle of 341.52º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7215E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 94 -
CMYK 0 0.86 0.59 0.09
HSL 341.52º 0.8% 0.52% -
HSV(B) 341.52º 0.86% 0.91% -
XYZ 35.52 18.88 12.36 -
YUV 99.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 231 33 94 0 0.86 0.59 0.09 341.52 0.8 0.52
Hex E7 21 5E 0 56 3B 9 156 50 34
Octal 347 41 136 0 126 73 11 526 120 64
Binary 11100111 100001 1011110 0 1010110 111011 1001 101010110 1010000 110100

Color Harmonies of #E7215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7215E

Black with #E7215E

Text Example


Text Example

White with #E7215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7215E; }

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

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

background-color css

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

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

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

border-color css

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

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

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