Html Css Color HEX #E95499 French Rose

📋 copy color: '#E95499'

red 233 ◦ green 84 ◦ blue 153

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

Shades of French Rose #E95499

Tints of French Rose #E95499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 49.57%
G = 17.87%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E95499 (or 0xE95499) is known color: French Rose. HEX triplet: E9, 54 and 99. RGB value is (233,84,153). Sum of RGB (Red+Green+Blue) = 233+84+153=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E95499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95499 is #16AB66. Grayscale: #888888. Windows color (decimal): -1485671 or 10048745. OLE color: 10048745.

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

Color convert

RGB 233 84 153 -
CMYK 0 0.64 0.34 0.09
HSL 332.21º 0.77% 0.62% -
HSV(B) 332.21º 0.64% 0.91% -
XYZ 42.52 25.96 32.91 -
YUV 136.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 233 84 153 0 0.64 0.34 0.09 332.21 0.77 0.62
Hex E9 54 99 0 40 22 9 14C 4D 3E
Octal 351 124 231 0 100 42 11 514 115 76
Binary 11101001 1010100 10011001 0 1000000 100010 1001 101001100 1001101 111110

Color Harmonies of #E95499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95499

Black with #E95499

Text Example


Text Example

White with #E95499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95499; }

 p { color: rgb(233,84,153); }

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

background-color css

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

 a { background-color: rgb(233,84,153); }

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

border-color css

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

 span { border-color: rgb(233,84,153); }

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