Html Css Color HEX #E0529D Brilliant Rose

📋 copy color: '#E0529D'

red 224 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #E0529D

Tints of Brilliant Rose #E0529D

RGB

 RED value IS 224 (87.89% from 255) = 48.38%

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

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

R = 48.38%
G = 17.71%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0529D (or 0xE0529D) is known color: Brilliant Rose. HEX triplet: E0, 52 and 9D. RGB value is (224,82,157). Sum of RGB (Red+Green+Blue) = 224+82+157=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0529D is #1FAD62. Grayscale: #848484. Windows color (decimal): -2076003 or 10310368. OLE color: 10310368.

HSL color Cylindrical-coordinate representation of color #E0529D: hue angle of 328.31º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0529D is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 157 -
CMYK 0 0.63 0.30 0.12
HSL 328.31º 0.7% 0.6% -
HSV(B) 328.31º 0.63% 0.88% -
XYZ 39.84 24.32 34.49 -
YUV 133.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 224 82 157 0 0.63 0.30 0.12 328.31 0.7 0.6
Hex E0 52 9D 0 3F 1E C 148 46 3C
Octal 340 122 235 0 77 36 14 510 106 74
Binary 11100000 1010010 10011101 0 111111 11110 1100 101001000 1000110 111100

Color Harmonies of #E0529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0529D

Black with #E0529D

Text Example


Text Example

White with #E0529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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