Html Css Color HEX #E86273 Froly

📋 copy color: '#E86273'

red 232 ◦ green 98 ◦ blue 115

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

Shades of Froly #E86273

Tints of Froly #E86273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

 BLUE value IS 115 (45.31% from 255) = 25.84%

R = 52.13%
G = 22.02%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E86273 (or 0xE86273) is known color: Froly. HEX triplet: E8, 62 and 73. RGB value is (232,98,115). Sum of RGB (Red+Green+Blue) = 232+98+115=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E86273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86273 is #179D8C. Grayscale: #8C8C8C. Windows color (decimal): -1547661 or 7561960. OLE color: 7561960.

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

Color convert

RGB 232 98 115 -
CMYK 0 0.58 0.50 0.09
HSL 352.39º 0.74% 0.65% -
HSV(B) 352.39º 0.58% 0.91% -
XYZ 40.74 27.13 19.31 -
YUV 140 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 232 98 115 0 0.58 0.50 0.09 352.39 0.74 0.65
Hex E8 62 73 0 3A 32 9 160 4A 41
Octal 350 142 163 0 72 62 11 540 112 101
Binary 11101000 1100010 1110011 0 111010 110010 1001 101100000 1001010 1000001

Color Harmonies of #E86273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86273

Black with #E86273

Text Example


Text Example

White with #E86273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86273; }

 p { color: rgb(232,98,115); }

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

background-color css

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

 a { background-color: rgb(232,98,115); }

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

border-color css

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

 span { border-color: rgb(232,98,115); }

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