Html Css Color HEX #E8508D French Rose

📋 copy color: '#E8508D'

red 232 ◦ green 80 ◦ blue 141

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

Shades of French Rose #E8508D

Tints of French Rose #E8508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 51.21%
G = 17.66%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8508D (or 0xE8508D) is known color: French Rose. HEX triplet: E8, 50 and 8D. RGB value is (232,80,141). Sum of RGB (Red+Green+Blue) = 232+80+141=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8508D is #17AF72. Grayscale: #848484. Windows color (decimal): -1552243 or 9261288. OLE color: 9261288.

HSL color Cylindrical-coordinate representation of color #E8508D: hue angle of 335.92º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8508D is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 141 -
CMYK 0 0.66 0.39 0.09
HSL 335.92º 0.77% 0.61% -
HSV(B) 335.92º 0.66% 0.91% -
XYZ 40.96 24.82 27.83 -
YUV 132.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 232 80 141 0 0.66 0.39 0.09 335.92 0.77 0.61
Hex E8 50 8D 0 42 27 9 150 4D 3D
Octal 350 120 215 0 102 47 11 520 115 75
Binary 11101000 1010000 10001101 0 1000010 100111 1001 101010000 1001101 111101

Color Harmonies of #E8508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8508D

Black with #E8508D

Text Example


Text Example

White with #E8508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8508D; }

 p { color: rgb(232,80,141); }

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

background-color css

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

 a { background-color: rgb(232,80,141); }

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

border-color css

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

 span { border-color: rgb(232,80,141); }

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