Html Css Color HEX #E85399 French Rose

📋 copy color: '#E85399'

red 232 ◦ green 83 ◦ blue 153

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

Shades of French Rose #E85399

Tints of French Rose #E85399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.69%

R = 49.57%
G = 17.74%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E85399 (or 0xE85399) is known color: French Rose. HEX triplet: E8, 53 and 99. RGB value is (232,83,153). Sum of RGB (Red+Green+Blue) = 232+83+153=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E85399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85399 is #17AC66. Grayscale: #878787. Windows color (decimal): -1551463 or 10048488. OLE color: 10048488.

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

Color convert

RGB 232 83 153 -
CMYK 0 0.64 0.34 0.09
HSL 331.81º 0.76% 0.62% -
HSV(B) 331.81º 0.64% 0.91% -
XYZ 42.12 25.64 32.87 -
YUV 135.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 232 83 153 0 0.64 0.34 0.09 331.81 0.76 0.62
Hex E8 53 99 0 40 22 9 14C 4C 3E
Octal 350 123 231 0 100 42 11 514 114 76
Binary 11101000 1010011 10011001 0 1000000 100010 1001 101001100 1001100 111110

Color Harmonies of #E85399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85399

Black with #E85399

Text Example


Text Example

White with #E85399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85399; }

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

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

background-color css

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

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

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

border-color css

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

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

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