Html Css Color HEX #E9529E Brilliant Rose

📋 copy color: '#E9529E'

red 233 ◦ green 82 ◦ blue 158

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

Shades of Brilliant Rose #E9529E

Tints of Brilliant Rose #E9529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 49.26%
G = 17.34%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9529E (or 0xE9529E) is known color: Brilliant Rose. HEX triplet: E9, 52 and 9E. RGB value is (233,82,158). Sum of RGB (Red+Green+Blue) = 233+82+158=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9529E is #16AD61. Grayscale: #878787. Windows color (decimal): -1486178 or 10375913. OLE color: 10375913.

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

Color convert

RGB 233 82 158 -
CMYK 0 0.65 0.32 0.09
HSL 329.8º 0.77% 0.62% -
HSV(B) 329.8º 0.65% 0.91% -
XYZ 42.79 25.83 35.08 -
YUV 135.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 233 82 158 0 0.65 0.32 0.09 329.8 0.77 0.62
Hex E9 52 9E 0 41 20 9 14A 4D 3E
Octal 351 122 236 0 101 40 11 512 115 76
Binary 11101001 1010010 10011110 0 1000001 100000 1001 101001010 1001101 111110

Color Harmonies of #E9529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9529E

Black with #E9529E

Text Example


Text Example

White with #E9529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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