Html Css Color HEX #E5529B French Rose

📋 copy color: '#E5529B'

red 229 ◦ green 82 ◦ blue 155

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

Shades of French Rose #E5529B

Tints of French Rose #E5529B

RGB

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

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

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

R = 49.14%
G = 17.6%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5529B (or 0xE5529B) is known color: French Rose. HEX triplet: E5, 52 and 9B. RGB value is (229,82,155). Sum of RGB (Red+Green+Blue) = 229+82+155=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5529B is #1AAD64. Grayscale: #868686. Windows color (decimal): -1748325 or 10179301. OLE color: 10179301.

HSL color Cylindrical-coordinate representation of color #E5529B: hue angle of 330.2º 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 #E5529B is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 155 -
CMYK 0 0.64 0.32 0.10
HSL 330.2º 0.74% 0.61% -
HSV(B) 330.2º 0.64% 0.9% -
XYZ 41.25 25.06 33.67 -
YUV 134.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 229 82 155 0 0.64 0.32 0.10 330.2 0.74 0.61
Hex E5 52 9B 0 40 20 A 14A 4A 3D
Octal 345 122 233 0 100 40 12 512 112 75
Binary 11100101 1010010 10011011 0 1000000 100000 1010 101001010 1001010 111101

Color Harmonies of #E5529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5529B

Black with #E5529B

Text Example


Text Example

White with #E5529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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