Html Css Color HEX #E8529C Brilliant Rose

📋 copy color: '#E8529C'

red 232 ◦ green 82 ◦ blue 156

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

Shades of Brilliant Rose #E8529C

Tints of Brilliant Rose #E8529C

RGB

 RED value IS 232 (91.02% from 255) = 49.36%

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

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 49.36%
G = 17.45%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8529C (or 0xE8529C) is known color: Brilliant Rose. HEX triplet: E8, 52 and 9C. RGB value is (232,82,156). Sum of RGB (Red+Green+Blue) = 232+82+156=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E8529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8529C is #17AD63. Grayscale: #878787. Windows color (decimal): -1551716 or 10244840. OLE color: 10244840.

HSL color Cylindrical-coordinate representation of color #E8529C: hue angle of 330.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8529C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 156 -
CMYK 0 0.65 0.33 0.09
HSL 330.4º 0.77% 0.62% -
HSV(B) 330.4º 0.65% 0.91% -
XYZ 42.3 25.59 34.16 -
YUV 135.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 232 82 156 0 0.65 0.33 0.09 330.4 0.77 0.62
Hex E8 52 9C 0 41 21 9 14A 4D 3E
Octal 350 122 234 0 101 41 11 512 115 76
Binary 11101000 1010010 10011100 0 1000001 100001 1001 101001010 1001101 111110

Color Harmonies of #E8529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8529C

Black with #E8529C

Text Example


Text Example

White with #E8529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8529C; }

 p { color: rgb(232,82,156); }

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

background-color css

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

 a { background-color: rgb(232,82,156); }

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

border-color css

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

 span { border-color: rgb(232,82,156); }

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