Html Css Color HEX #E9529D Brilliant Rose

📋 copy color: '#E9529D'

red 233 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #E9529D

Tints of Brilliant Rose #E9529D

RGB

 RED value IS 233 (91.41% from 255) = 49.36%

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

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

R = 49.36%
G = 17.37%
B = 33.26%

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

#E9529D (or 0xE9529D) is known color: Brilliant Rose. HEX triplet: E9, 52 and 9D. RGB value is (233,82,157). Sum of RGB (Red+Green+Blue) = 233+82+157=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9529D is #16AD62. Grayscale: #878787. Windows color (decimal): -1486179 or 10310377. OLE color: 10310377.

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

Color convert

RGB 233 82 157 -
CMYK 0 0.65 0.33 0.09
HSL 330.2º 0.77% 0.62% -
HSV(B) 330.2º 0.65% 0.91% -
XYZ 42.71 25.79 34.63 -
YUV 135.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 233 82 157 0 0.65 0.33 0.09 330.2 0.77 0.62
Hex E9 52 9D 0 41 21 9 14A 4D 3E
Octal 351 122 235 0 101 41 11 512 115 76
Binary 11101001 1010010 10011101 0 1000001 100001 1001 101001010 1001101 111110

Color Harmonies of #E9529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9529D

Black with #E9529D

Text Example


Text Example

White with #E9529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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