Html Css Color HEX #E5529A French Rose

📋 copy color: '#E5529A'

red 229 ◦ green 82 ◦ blue 154

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

Shades of French Rose #E5529A

Tints of French Rose #E5529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.63%

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 49.25%
G = 17.63%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5529A (or 0xE5529A) is known color: French Rose. HEX triplet: E5, 52 and 9A. RGB value is (229,82,154). Sum of RGB (Red+Green+Blue) = 229+82+154=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5529A is #1AAD65. Grayscale: #868686. Windows color (decimal): -1748326 or 10113765. OLE color: 10113765.

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

Color convert

RGB 229 82 154 -
CMYK 0 0.64 0.33 0.10
HSL 330.61º 0.74% 0.61% -
HSV(B) 330.61º 0.64% 0.9% -
XYZ 41.16 25.03 33.23 -
YUV 134.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 229 82 154 0 0.64 0.33 0.10 330.61 0.74 0.61
Hex E5 52 9A 0 40 21 A 14B 4A 3D
Octal 345 122 232 0 100 41 12 513 112 75
Binary 11100101 1010010 10011010 0 1000000 100001 1010 101001011 1001010 111101

Color Harmonies of #E5529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5529A

Black with #E5529A

Text Example


Text Example

White with #E5529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5529A; }

 p { color: rgb(229,82,154); }

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

background-color css

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

 a { background-color: rgb(229,82,154); }

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

border-color css

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

 span { border-color: rgb(229,82,154); }

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