Html Css Color HEX #E85492 French Rose

📋 copy color: '#E85492'

red 232 ◦ green 84 ◦ blue 146

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

Shades of French Rose #E85492

Tints of French Rose #E85492

RGB

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

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

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

R = 50.22%
G = 18.18%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E85492 (or 0xE85492) is known color: French Rose. HEX triplet: E8, 54 and 92. RGB value is (232,84,146). Sum of RGB (Red+Green+Blue) = 232+84+146=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85492 is #17AB6D. Grayscale: #878787. Windows color (decimal): -1551214 or 9589992. OLE color: 9589992.

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

Color convert

RGB 232 84 146 -
CMYK 0 0.64 0.37 0.09
HSL 334.86º 0.76% 0.62% -
HSV(B) 334.86º 0.64% 0.91% -
XYZ 41.64 25.57 29.94 -
YUV 135.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 232 84 146 0 0.64 0.37 0.09 334.86 0.76 0.62
Hex E8 54 92 0 40 25 9 14F 4C 3E
Octal 350 124 222 0 100 45 11 517 114 76
Binary 11101000 1010100 10010010 0 1000000 100101 1001 101001111 1001100 111110

Color Harmonies of #E85492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85492

Black with #E85492

Text Example


Text Example

White with #E85492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85492; }

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

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

background-color css

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

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

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

border-color css

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

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

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