Html Css Color HEX #E8529F Brilliant Rose

📋 copy color: '#E8529F'

red 232 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #E8529F

Tints of Brilliant Rose #E8529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.62%

R = 49.05%
G = 17.34%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E8529F (or 0xE8529F) is known color: Brilliant Rose. HEX triplet: E8, 52 and 9F. RGB value is (232,82,159). Sum of RGB (Red+Green+Blue) = 232+82+159=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8529F is #17AD60. Grayscale: #878787. Windows color (decimal): -1551713 or 10441448. OLE color: 10441448.

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

Color convert

RGB 232 82 159 -
CMYK 0 0.65 0.31 0.09
HSL 329.2º 0.77% 0.62% -
HSV(B) 329.2º 0.65% 0.91% -
XYZ 42.55 25.69 35.52 -
YUV 135.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 232 82 159 0 0.65 0.31 0.09 329.2 0.77 0.62
Hex E8 52 9F 0 41 1F 9 149 4D 3E
Octal 350 122 237 0 101 37 11 511 115 76
Binary 11101000 1010010 10011111 0 1000001 11111 1001 101001001 1001101 111110

Color Harmonies of #E8529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8529F

Black with #E8529F

Text Example


Text Example

White with #E8529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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