Html Css Color HEX #E95595 French Rose

📋 copy color: '#E95595'

red 233 ◦ green 85 ◦ blue 149

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

Shades of French Rose #E95595

Tints of French Rose #E95595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 49.89%
G = 18.2%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E95595 (or 0xE95595) is known color: French Rose. HEX triplet: E9, 55 and 95. RGB value is (233,85,149). Sum of RGB (Red+Green+Blue) = 233+85+149=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E95595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95595 is #16AA6A. Grayscale: #888888. Windows color (decimal): -1485419 or 9786857. OLE color: 9786857.

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

Color convert

RGB 233 85 149 -
CMYK 0 0.64 0.36 0.09
HSL 334.05º 0.77% 0.62% -
HSV(B) 334.05º 0.64% 0.91% -
XYZ 42.28 25.99 31.22 -
YUV 136.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 233 85 149 0 0.64 0.36 0.09 334.05 0.77 0.62
Hex E9 55 95 0 40 24 9 14E 4D 3E
Octal 351 125 225 0 100 44 11 516 115 76
Binary 11101001 1010101 10010101 0 1000000 100100 1001 101001110 1001101 111110

Color Harmonies of #E95595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95595

Black with #E95595

Text Example


Text Example

White with #E95595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95595; }

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

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

background-color css

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

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

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

border-color css

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

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

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