Html Css Color HEX #E95295 French Rose

📋 copy color: '#E95295'

red 233 ◦ green 82 ◦ blue 149

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

Shades of French Rose #E95295

Tints of French Rose #E95295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.67%

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

R = 50.22%
G = 17.67%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E95295 (or 0xE95295) is known color: French Rose. HEX triplet: E9, 52 and 95. RGB value is (233,82,149). Sum of RGB (Red+Green+Blue) = 233+82+149=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E95295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95295 is #16AD6A. Grayscale: #868686. Windows color (decimal): -1486187 or 9786089. OLE color: 9786089.

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

Color convert

RGB 233 82 149 -
CMYK 0 0.65 0.36 0.09
HSL 333.38º 0.77% 0.62% -
HSV(B) 333.38º 0.65% 0.91% -
XYZ 42.05 25.53 31.15 -
YUV 134.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 233 82 149 0 0.65 0.36 0.09 333.38 0.77 0.62
Hex E9 52 95 0 41 24 9 14D 4D 3E
Octal 351 122 225 0 101 44 11 515 115 76
Binary 11101001 1010010 10010101 0 1000001 100100 1001 101001101 1001101 111110

Color Harmonies of #E95295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95295

Black with #E95295

Text Example


Text Example

White with #E95295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95295; }

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

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

background-color css

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

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

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

border-color css

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

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

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