Html Css Color HEX #E86369 Froly

📋 copy color: '#E86369'

red 232 ◦ green 99 ◦ blue 105

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

Shades of Froly #E86369

Tints of Froly #E86369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 53.21%
G = 22.71%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E86369 (or 0xE86369) is known color: Froly. HEX triplet: E8, 63 and 69. RGB value is (232,99,105). Sum of RGB (Red+Green+Blue) = 232+99+105=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E86369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86369 is #179C96. Grayscale: #8B8B8B. Windows color (decimal): -1547415 or 6906856. OLE color: 6906856.

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

Color convert

RGB 232 99 105 -
CMYK 0 0.57 0.55 0.09
HSL 357.29º 0.74% 0.65% -
HSV(B) 357.29º 0.57% 0.91% -
XYZ 40.29 27.1 16.47 -
YUV 139.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 232 99 105 0 0.57 0.55 0.09 357.29 0.74 0.65
Hex E8 63 69 0 39 37 9 165 4A 41
Octal 350 143 151 0 71 67 11 545 112 101
Binary 11101000 1100011 1101001 0 111001 110111 1001 101100101 1001010 1000001

Color Harmonies of #E86369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86369

Black with #E86369

Text Example


Text Example

White with #E86369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86369; }

 p { color: rgb(232,99,105); }

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

background-color css

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

 a { background-color: rgb(232,99,105); }

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

border-color css

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

 span { border-color: rgb(232,99,105); }

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