Html Css Color HEX #E86072 Froly

📋 copy color: '#E86072'

red 232 ◦ green 96 ◦ blue 114

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

Shades of Froly #E86072

Tints of Froly #E86072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 52.49%
G = 21.72%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E86072 (or 0xE86072) is known color: Froly. HEX triplet: E8, 60 and 72. RGB value is (232,96,114). Sum of RGB (Red+Green+Blue) = 232+96+114=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E86072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86072 is #179F8D. Grayscale: #8A8A8A. Windows color (decimal): -1548174 or 7495912. OLE color: 7495912.

HSL color Cylindrical-coordinate representation of color #E86072: hue angle of 352.06º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86072 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 96 114 -
CMYK 0 0.59 0.51 0.09
HSL 352.06º 0.75% 0.64% -
HSV(B) 352.06º 0.59% 0.91% -
XYZ 40.5 26.74 18.95 -
YUV 138.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 232 96 114 0 0.59 0.51 0.09 352.06 0.75 0.64
Hex E8 60 72 0 3B 33 9 160 4B 40
Octal 350 140 162 0 73 63 11 540 113 100
Binary 11101000 1100000 1110010 0 111011 110011 1001 101100000 1001011 1000000

Color Harmonies of #E86072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86072

Black with #E86072

Text Example


Text Example

White with #E86072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86072; }

 p { color: rgb(232,96,114); }

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

background-color css

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

 a { background-color: rgb(232,96,114); }

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

border-color css

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

 span { border-color: rgb(232,96,114); }

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