Html Css Color HEX #E9508D French Rose

📋 copy color: '#E9508D'

red 233 ◦ green 80 ◦ blue 141

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

Shades of French Rose #E9508D

Tints of French Rose #E9508D

RGB

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

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

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

R = 51.32%
G = 17.62%
B = 31.06%

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

#E9508D (or 0xE9508D) is known color: French Rose. HEX triplet: E9, 50 and 8D. RGB value is (233,80,141). Sum of RGB (Red+Green+Blue) = 233+80+141=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9508D is #16AF72. Grayscale: #848484. Windows color (decimal): -1486707 or 9261289. OLE color: 9261289.

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

Color convert

RGB 233 80 141 -
CMYK 0 0.66 0.39 0.09
HSL 336.08º 0.78% 0.61% -
HSV(B) 336.08º 0.66% 0.91% -
XYZ 41.28 24.98 27.85 -
YUV 132.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 233 80 141 0 0.66 0.39 0.09 336.08 0.78 0.61
Hex E9 50 8D 0 42 27 9 150 4E 3D
Octal 351 120 215 0 102 47 11 520 116 75
Binary 11101001 1010000 10001101 0 1000010 100111 1001 101010000 1001110 111101

Color Harmonies of #E9508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9508D

Black with #E9508D

Text Example


Text Example

White with #E9508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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