Html Css Color HEX #E5146F Ruby

📋 copy color: '#E5146F'

red 229 ◦ green 20 ◦ blue 111

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

Shades of Ruby #E5146F

Tints of Ruby #E5146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 63.61%
G = 5.56%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5146F (or 0xE5146F) is known color: Ruby. HEX triplet: E5, 14 and 6F. RGB value is (229,20,111). Sum of RGB (Red+Green+Blue) = 229+20+111=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5146F is #1AEB90. Grayscale: #5C5C5C. Windows color (decimal): -1764241 or 7279845. OLE color: 7279845.

HSL color Cylindrical-coordinate representation of color #E5146F: hue angle of 333.88º degrees, saturation: 0.84, 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 #E5146F is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 111 -
CMYK 0 0.91 0.52 0.10
HSL 333.88º 0.84% 0.49% -
HSV(B) 333.88º 0.91% 0.9% -
XYZ 35.43 18.31 16.7 -
YUV 92.87 138.24 225.1 -
System Red Green Blue C M Y K H S L
Decimal 229 20 111 0 0.91 0.52 0.10 333.88 0.84 0.49
Hex E5 14 6F 0 5B 34 A 14E 54 31
Octal 345 24 157 0 133 64 12 516 124 61
Binary 11100101 10100 1101111 0 1011011 110100 1010 101001110 1010100 110001

Color Harmonies of #E5146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5146F

Black with #E5146F

Text Example


Text Example

White with #E5146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5146F; }

 p { color: rgb(229,20,111); }

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

background-color css

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

 a { background-color: rgb(229,20,111); }

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

border-color css

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

 span { border-color: rgb(229,20,111); }

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