Html Css Color HEX #E95590 French Rose

📋 copy color: '#E95590'

red 233 ◦ green 85 ◦ blue 144

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

Shades of French Rose #E95590

Tints of French Rose #E95590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 50.43%
G = 18.4%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E95590 (or 0xE95590) is known color: French Rose. HEX triplet: E9, 55 and 90. RGB value is (233,85,144). Sum of RGB (Red+Green+Blue) = 233+85+144=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E95590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95590 is #16AA6F. Grayscale: #878787. Windows color (decimal): -1485424 or 9459177. OLE color: 9459177.

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

Color convert

RGB 233 85 144 -
CMYK 0 0.64 0.38 0.09
HSL 336.08º 0.77% 0.62% -
HSV(B) 336.08º 0.64% 0.91% -
XYZ 41.89 25.83 29.16 -
YUV 135.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 233 85 144 0 0.64 0.38 0.09 336.08 0.77 0.62
Hex E9 55 90 0 40 26 9 150 4D 3E
Octal 351 125 220 0 100 46 11 520 115 76
Binary 11101001 1010101 10010000 0 1000000 100110 1001 101010000 1001101 111110

Color Harmonies of #E95590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95590

Black with #E95590

Text Example


Text Example

White with #E95590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95590; }

 p { color: rgb(233,85,144); }

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

background-color css

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

 a { background-color: rgb(233,85,144); }

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

border-color css

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

 span { border-color: rgb(233,85,144); }

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