Html Css Color HEX #E5519B French Rose

📋 copy color: '#E5519B'

red 229 ◦ green 81 ◦ blue 155

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

Shades of French Rose #E5519B

Tints of French Rose #E5519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 49.25%
G = 17.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5519B (or 0xE5519B) is known color: French Rose. HEX triplet: E5, 51 and 9B. RGB value is (229,81,155). Sum of RGB (Red+Green+Blue) = 229+81+155=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5519B is #1AAE64. Grayscale: #858585. Windows color (decimal): -1748581 or 10179045. OLE color: 10179045.

HSL color Cylindrical-coordinate representation of color #E5519B: hue angle of 330º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5519B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 155 -
CMYK 0 0.65 0.32 0.10
HSL 330º 0.74% 0.61% -
HSV(B) 330º 0.65% 0.9% -
XYZ 41.17 24.91 33.65 -
YUV 133.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 229 81 155 0 0.65 0.32 0.10 330 0.74 0.61
Hex E5 51 9B 0 41 20 A 14A 4A 3D
Octal 345 121 233 0 101 40 12 512 112 75
Binary 11100101 1010001 10011011 0 1000001 100000 1010 101001010 1001010 111101

Color Harmonies of #E5519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5519B

Black with #E5519B

Text Example


Text Example

White with #E5519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5519B; }

 p { color: rgb(229,81,155); }

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

background-color css

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

 a { background-color: rgb(229,81,155); }

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

border-color css

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

 span { border-color: rgb(229,81,155); }

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