Html Css Color HEX #E85095 French Rose

📋 copy color: '#E85095'

red 232 ◦ green 80 ◦ blue 149

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

Shades of French Rose #E85095

Tints of French Rose #E85095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

 BLUE value IS 149 (58.59% from 255) = 32.32%

R = 50.33%
G = 17.35%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E85095 (or 0xE85095) is known color: French Rose. HEX triplet: E8, 50 and 95. RGB value is (232,80,149). Sum of RGB (Red+Green+Blue) = 232+80+149=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E85095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85095 is #17AF6A. Grayscale: #858585. Windows color (decimal): -1552235 or 9785576. OLE color: 9785576.

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

Color convert

RGB 232 80 149 -
CMYK 0 0.66 0.36 0.09
HSL 332.76º 0.77% 0.61% -
HSV(B) 332.76º 0.66% 0.91% -
XYZ 41.57 25.06 31.08 -
YUV 133.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 232 80 149 0 0.66 0.36 0.09 332.76 0.77 0.61
Hex E8 50 95 0 42 24 9 14D 4D 3D
Octal 350 120 225 0 102 44 11 515 115 75
Binary 11101000 1010000 10010101 0 1000010 100100 1001 101001101 1001101 111101

Color Harmonies of #E85095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85095

Black with #E85095

Text Example


Text Example

White with #E85095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85095; }

 p { color: rgb(232,80,149); }

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

background-color css

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

 a { background-color: rgb(232,80,149); }

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

border-color css

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

 span { border-color: rgb(232,80,149); }

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