Html Css Color HEX #E85592 French Rose

📋 copy color: '#E85592'

red 232 ◦ green 85 ◦ blue 146

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

Shades of French Rose #E85592

Tints of French Rose #E85592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.53%

R = 50.11%
G = 18.36%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E85592 (or 0xE85592) is known color: French Rose. HEX triplet: E8, 55 and 92. RGB value is (232,85,146). Sum of RGB (Red+Green+Blue) = 232+85+146=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E85592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85592 is #17AA6D. Grayscale: #878787. Windows color (decimal): -1550958 or 9590248. OLE color: 9590248.

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

Color convert

RGB 232 85 146 -
CMYK 0 0.63 0.37 0.09
HSL 335.1º 0.76% 0.62% -
HSV(B) 335.1º 0.63% 0.91% -
XYZ 41.72 25.73 29.96 -
YUV 135.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 232 85 146 0 0.63 0.37 0.09 335.1 0.76 0.62
Hex E8 55 92 0 3F 25 9 14F 4C 3E
Octal 350 125 222 0 77 45 11 517 114 76
Binary 11101000 1010101 10010010 0 111111 100101 1001 101001111 1001100 111110

Color Harmonies of #E85592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85592

Black with #E85592

Text Example


Text Example

White with #E85592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85592; }

 p { color: rgb(232,85,146); }

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

background-color css

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

 a { background-color: rgb(232,85,146); }

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

border-color css

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

 span { border-color: rgb(232,85,146); }

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