Html Css Color HEX #E85495 French Rose

📋 copy color: '#E85495'

red 232 ◦ green 84 ◦ blue 149

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

Shades of French Rose #E85495

Tints of French Rose #E85495

RGB

 RED value IS 232 (91.02% from 255) = 49.89%

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

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

R = 49.89%
G = 18.06%
B = 32.04%

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

#E85495 (or 0xE85495) is known color: French Rose. HEX triplet: E8, 54 and 95. RGB value is (232,84,149). Sum of RGB (Red+Green+Blue) = 232+84+149=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E85495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85495 is #17AB6A. Grayscale: #878787. Windows color (decimal): -1551211 or 9786600. OLE color: 9786600.

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

Color convert

RGB 232 84 149 -
CMYK 0 0.64 0.36 0.09
HSL 333.65º 0.76% 0.62% -
HSV(B) 333.65º 0.64% 0.91% -
XYZ 41.87 25.67 31.18 -
YUV 135.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 232 84 149 0 0.64 0.36 0.09 333.65 0.76 0.62
Hex E8 54 95 0 40 24 9 14E 4C 3E
Octal 350 124 225 0 100 44 11 516 114 76
Binary 11101000 1010100 10010101 0 1000000 100100 1001 101001110 1001100 111110

Color Harmonies of #E85495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85495

Black with #E85495

Text Example


Text Example

White with #E85495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85495; }

 p { color: rgb(232,84,149); }

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

background-color css

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

 a { background-color: rgb(232,84,149); }

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

border-color css

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

 span { border-color: rgb(232,84,149); }

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