Html Css Color HEX #E9528F French Rose

📋 copy color: '#E9528F'

red 233 ◦ green 82 ◦ blue 143

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

Shades of French Rose #E9528F

Tints of French Rose #E9528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.22%

R = 50.87%
G = 17.9%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9528F (or 0xE9528F) is known color: French Rose. HEX triplet: E9, 52 and 8F. RGB value is (233,82,143). Sum of RGB (Red+Green+Blue) = 233+82+143=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9528F is #16AD70. Grayscale: #868686. Windows color (decimal): -1486193 or 9392873. OLE color: 9392873.

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

Color convert

RGB 233 82 143 -
CMYK 0 0.65 0.39 0.09
HSL 335.76º 0.77% 0.62% -
HSV(B) 335.76º 0.65% 0.91% -
XYZ 41.58 25.34 28.69 -
YUV 134.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 233 82 143 0 0.65 0.39 0.09 335.76 0.77 0.62
Hex E9 52 8F 0 41 27 9 150 4D 3E
Octal 351 122 217 0 101 47 11 520 115 76
Binary 11101001 1010010 10001111 0 1000001 100111 1001 101010000 1001101 111110

Color Harmonies of #E9528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9528F

Black with #E9528F

Text Example


Text Example

White with #E9528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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