Html Css Color HEX #E8528F French Rose

📋 copy color: '#E8528F'

red 232 ◦ green 82 ◦ blue 143

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

Shades of French Rose #E8528F

Tints of French Rose #E8528F

RGB

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

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

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

R = 50.77%
G = 17.94%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E8528F (or 0xE8528F) is known color: French Rose. HEX triplet: E8, 52 and 8F. RGB value is (232,82,143). Sum of RGB (Red+Green+Blue) = 232+82+143=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8528F is #17AD70. Grayscale: #858585. Windows color (decimal): -1551729 or 9392872. OLE color: 9392872.

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

Color convert

RGB 232 82 143 -
CMYK 0 0.65 0.38 0.09
HSL 335.6º 0.77% 0.62% -
HSV(B) 335.6º 0.65% 0.91% -
XYZ 41.25 25.17 28.67 -
YUV 133.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 232 82 143 0 0.65 0.38 0.09 335.6 0.77 0.62
Hex E8 52 8F 0 41 26 9 150 4D 3E
Octal 350 122 217 0 101 46 11 520 115 76
Binary 11101000 1010010 10001111 0 1000001 100110 1001 101010000 1001101 111110

Color Harmonies of #E8528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8528F

Black with #E8528F

Text Example


Text Example

White with #E8528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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