Html Css Color HEX #E85895 French Rose

📋 copy color: '#E85895'

red 232 ◦ green 88 ◦ blue 149

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

Shades of French Rose #E85895

Tints of French Rose #E85895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.76%

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

R = 49.47%
G = 18.76%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E85895 (or 0xE85895) is known color: French Rose. HEX triplet: E8, 58 and 95. RGB value is (232,88,149). Sum of RGB (Red+Green+Blue) = 232+88+149=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E85895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85895 is #17A76A. Grayscale: #898989. Windows color (decimal): -1550187 or 9787624. OLE color: 9787624.

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

Color convert

RGB 232 88 149 -
CMYK 0 0.62 0.36 0.09
HSL 334.58º 0.76% 0.63% -
HSV(B) 334.58º 0.62% 0.91% -
XYZ 42.19 26.31 31.29 -
YUV 138.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 232 88 149 0 0.62 0.36 0.09 334.58 0.76 0.63
Hex E8 58 95 0 3E 24 9 14F 4C 3F
Octal 350 130 225 0 76 44 11 517 114 77
Binary 11101000 1011000 10010101 0 111110 100100 1001 101001111 1001100 111111

Color Harmonies of #E85895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85895

Black with #E85895

Text Example


Text Example

White with #E85895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85895; }

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

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

background-color css

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

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

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

border-color css

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

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

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