Html Css Color HEX #E85392 French Rose

📋 copy color: '#E85392'

red 232 ◦ green 83 ◦ blue 146

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

Shades of French Rose #E85392

Tints of French Rose #E85392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

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

R = 50.33%
G = 18%
B = 31.67%

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

#E85392 (or 0xE85392) is known color: French Rose. HEX triplet: E8, 53 and 92. RGB value is (232,83,146). Sum of RGB (Red+Green+Blue) = 232+83+146=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E85392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85392 is #17AC6D. Grayscale: #868686. Windows color (decimal): -1551470 or 9589736. OLE color: 9589736.

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

Color convert

RGB 232 83 146 -
CMYK 0 0.64 0.37 0.09
HSL 334.63º 0.76% 0.62% -
HSV(B) 334.63º 0.64% 0.91% -
XYZ 41.56 25.42 29.91 -
YUV 134.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 232 83 146 0 0.64 0.37 0.09 334.63 0.76 0.62
Hex E8 53 92 0 40 25 9 14F 4C 3E
Octal 350 123 222 0 100 45 11 517 114 76
Binary 11101000 1010011 10010010 0 1000000 100101 1001 101001111 1001100 111110

Color Harmonies of #E85392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85392

Black with #E85392

Text Example


Text Example

White with #E85392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85392; }

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

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

background-color css

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

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

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

border-color css

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

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

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