Html Css Color HEX #E5155F Ruby

📋 copy color: '#E5155F'

red 229 ◦ green 21 ◦ blue 95

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

Shades of Ruby #E5155F

Tints of Ruby #E5155F

RGB

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

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

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

R = 66.38%
G = 6.09%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5155F (or 0xE5155F) is known color: Ruby. HEX triplet: E5, 15 and 5F. RGB value is (229,21,95). Sum of RGB (Red+Green+Blue) = 229+21+95=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5155F is #1AEAA0. Grayscale: #5B5B5B. Windows color (decimal): -1764001 or 6231525. OLE color: 6231525.

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

Color convert

RGB 229 21 95 -
CMYK 0 0.91 0.59 0.10
HSL 338.65º 0.83% 0.49% -
HSV(B) 338.65º 0.91% 0.9% -
XYZ 34.65 18.02 12.48 -
YUV 91.63 129.91 225.98 -
System Red Green Blue C M Y K H S L
Decimal 229 21 95 0 0.91 0.59 0.10 338.65 0.83 0.49
Hex E5 15 5F 0 5B 3B A 153 53 31
Octal 345 25 137 0 133 73 12 523 123 61
Binary 11100101 10101 1011111 0 1011011 111011 1010 101010011 1010011 110001

Color Harmonies of #E5155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5155F

Black with #E5155F

Text Example


Text Example

White with #E5155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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