Html Css Color HEX #E8508E French Rose

📋 copy color: '#E8508E'

red 232 ◦ green 80 ◦ blue 142

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

Shades of French Rose #E8508E

Tints of French Rose #E8508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 51.1%
G = 17.62%
B = 31.28%

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

#E8508E (or 0xE8508E) is known color: French Rose. HEX triplet: E8, 50 and 8E. RGB value is (232,80,142). Sum of RGB (Red+Green+Blue) = 232+80+142=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8508E is #17AF71. Grayscale: #848484. Windows color (decimal): -1552242 or 9326824. OLE color: 9326824.

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

Color convert

RGB 232 80 142 -
CMYK 0 0.66 0.39 0.09
HSL 335.53º 0.77% 0.61% -
HSV(B) 335.53º 0.66% 0.91% -
XYZ 41.03 24.85 28.22 -
YUV 132.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 232 80 142 0 0.66 0.39 0.09 335.53 0.77 0.61
Hex E8 50 8E 0 42 27 9 150 4D 3D
Octal 350 120 216 0 102 47 11 520 115 75
Binary 11101000 1010000 10001110 0 1000010 100111 1001 101010000 1001101 111101

Color Harmonies of #E8508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8508E

Black with #E8508E

Text Example


Text Example

White with #E8508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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