Html Css Color HEX #E5529D Brilliant Rose

📋 copy color: '#E5529D'

red 229 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #E5529D

Tints of Brilliant Rose #E5529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.55%

R = 48.93%
G = 17.52%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5529D (or 0xE5529D) is known color: Brilliant Rose. HEX triplet: E5, 52 and 9D. RGB value is (229,82,157). Sum of RGB (Red+Green+Blue) = 229+82+157=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5529D is #1AAD62. Grayscale: #868686. Windows color (decimal): -1748323 or 10310373. OLE color: 10310373.

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

Color convert

RGB 229 82 157 -
CMYK 0 0.64 0.31 0.10
HSL 329.39º 0.74% 0.61% -
HSV(B) 329.39º 0.64% 0.9% -
XYZ 41.42 25.13 34.57 -
YUV 134.5 140.7 195.4 -
System Red Green Blue C M Y K H S L
Decimal 229 82 157 0 0.64 0.31 0.10 329.39 0.74 0.61
Hex E5 52 9D 0 40 1F A 149 4A 3D
Octal 345 122 235 0 100 37 12 511 112 75
Binary 11100101 1010010 10011101 0 1000000 11111 1010 101001001 1001010 111101

Color Harmonies of #E5529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5529D

Black with #E5529D

Text Example


Text Example

White with #E5529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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