Html Css Color HEX #E85693 French Rose

📋 copy color: '#E85693'

red 232 ◦ green 86 ◦ blue 147

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

Shades of French Rose #E85693

Tints of French Rose #E85693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.49%

 BLUE value IS 147 (57.81% from 255) = 31.61%

R = 49.89%
G = 18.49%
B = 31.61%

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

#E85693 (or 0xE85693) is known color: French Rose. HEX triplet: E8, 56 and 93. RGB value is (232,86,147). Sum of RGB (Red+Green+Blue) = 232+86+147=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E85693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85693 is #17A96C. Grayscale: #888888. Windows color (decimal): -1550701 or 9656040. OLE color: 9656040.

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

Color convert

RGB 232 86 147 -
CMYK 0 0.63 0.37 0.09
HSL 334.93º 0.76% 0.62% -
HSV(B) 334.93º 0.63% 0.91% -
XYZ 41.87 25.92 30.4 -
YUV 136.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 232 86 147 0 0.63 0.37 0.09 334.93 0.76 0.62
Hex E8 56 93 0 3F 25 9 14F 4C 3E
Octal 350 126 223 0 77 45 11 517 114 76
Binary 11101000 1010110 10010011 0 111111 100101 1001 101001111 1001100 111110

Color Harmonies of #E85693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85693

Black with #E85693

Text Example


Text Example

White with #E85693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85693; }

 p { color: rgb(232,86,147); }

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

background-color css

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

 a { background-color: rgb(232,86,147); }

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

border-color css

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

 span { border-color: rgb(232,86,147); }

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