Html Css Color HEX #E85296 French Rose

📋 copy color: '#E85296'

red 232 ◦ green 82 ◦ blue 150

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

Shades of French Rose #E85296

Tints of French Rose #E85296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.67%

 BLUE value IS 150 (58.98% from 255) = 32.33%

R = 50%
G = 17.67%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E85296 (or 0xE85296) is known color: French Rose. HEX triplet: E8, 52 and 96. RGB value is (232,82,150). Sum of RGB (Red+Green+Blue) = 232+82+150=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E85296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85296 is #17AD69. Grayscale: #868686. Windows color (decimal): -1551722 or 9851624. OLE color: 9851624.

HSL color Cylindrical-coordinate representation of color #E85296: hue angle of 332.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85296 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 150 -
CMYK 0 0.65 0.35 0.09
HSL 332.8º 0.77% 0.62% -
HSV(B) 332.8º 0.65% 0.91% -
XYZ 41.8 25.39 31.55 -
YUV 134.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 232 82 150 0 0.65 0.35 0.09 332.8 0.77 0.62
Hex E8 52 96 0 41 23 9 14D 4D 3E
Octal 350 122 226 0 101 43 11 515 115 76
Binary 11101000 1010010 10010110 0 1000001 100011 1001 101001101 1001101 111110

Color Harmonies of #E85296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85296

Black with #E85296

Text Example


Text Example

White with #E85296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85296; }

 p { color: rgb(232,82,150); }

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

background-color css

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

 a { background-color: rgb(232,82,150); }

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

border-color css

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

 span { border-color: rgb(232,82,150); }

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