Html Css Color HEX #E7155F Ruby

📋 copy color: '#E7155F'

red 231 ◦ green 21 ◦ blue 95

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

Shades of Ruby #E7155F

Tints of Ruby #E7155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 66.57%
G = 6.05%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E7155F (or 0xE7155F) is known color: Ruby. HEX triplet: E7, 15 and 5F. RGB value is (231,21,95). Sum of RGB (Red+Green+Blue) = 231+21+95=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7155F is #18EAA0. Grayscale: #5C5C5C. Windows color (decimal): -1632929 or 6231527. OLE color: 6231527.

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

Color convert

RGB 231 21 95 -
CMYK 0 0.91 0.59 0.09
HSL 338.86º 0.83% 0.49% -
HSV(B) 338.86º 0.91% 0.91% -
XYZ 35.29 18.35 12.51 -
YUV 92.23 129.57 226.98 -
System Red Green Blue C M Y K H S L
Decimal 231 21 95 0 0.91 0.59 0.09 338.86 0.83 0.49
Hex E7 15 5F 0 5B 3B 9 153 53 31
Octal 347 25 137 0 133 73 11 523 123 61
Binary 11100111 10101 1011111 0 1011011 111011 1001 101010011 1010011 110001

Color Harmonies of #E7155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7155F

Black with #E7155F

Text Example


Text Example

White with #E7155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7155F; }

 p { color: rgb(231,21,95); }

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

background-color css

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

 a { background-color: rgb(231,21,95); }

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

border-color css

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

 span { border-color: rgb(231,21,95); }

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