Html Css Color HEX #E85393 French Rose

📋 copy color: '#E85393'

red 232 ◦ green 83 ◦ blue 147

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

Shades of French Rose #E85393

Tints of French Rose #E85393

RGB

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

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

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

R = 50.22%
G = 17.97%
B = 31.82%

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

#E85393 (or 0xE85393) is known color: French Rose. HEX triplet: E8, 53 and 93. RGB value is (232,83,147). Sum of RGB (Red+Green+Blue) = 232+83+147=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E85393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85393 is #17AC6C. Grayscale: #868686. Windows color (decimal): -1551469 or 9655272. OLE color: 9655272.

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

Color convert

RGB 232 83 147 -
CMYK 0 0.64 0.37 0.09
HSL 334.23º 0.76% 0.62% -
HSV(B) 334.23º 0.64% 0.91% -
XYZ 41.64 25.45 30.32 -
YUV 134.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 232 83 147 0 0.64 0.37 0.09 334.23 0.76 0.62
Hex E8 53 93 0 40 25 9 14E 4C 3E
Octal 350 123 223 0 100 45 11 516 114 76
Binary 11101000 1010011 10010011 0 1000000 100101 1001 101001110 1001100 111110

Color Harmonies of #E85393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85393

Black with #E85393

Text Example


Text Example

White with #E85393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85393; }

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

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

background-color css

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

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

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

border-color css

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

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

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