Html Css Color HEX #E85A66 Froly

📋 copy color: '#E85A66'

red 232 ◦ green 90 ◦ blue 102

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

Shades of Froly #E85A66

Tints of Froly #E85A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 54.72%
G = 21.23%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E85A66 (or 0xE85A66) is known color: Froly. HEX triplet: E8, 5A and 66. RGB value is (232,90,102). Sum of RGB (Red+Green+Blue) = 232+90+102=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A66 is #17A599. Grayscale: #858585. Windows color (decimal): -1549722 or 6707944. OLE color: 6707944.

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

Color convert

RGB 232 90 102 -
CMYK 0 0.61 0.56 0.09
HSL 354.93º 0.76% 0.63% -
HSV(B) 354.93º 0.61% 0.91% -
XYZ 39.33 25.43 15.41 -
YUV 133.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 232 90 102 0 0.61 0.56 0.09 354.93 0.76 0.63
Hex E8 5A 66 0 3D 38 9 163 4C 3F
Octal 350 132 146 0 75 70 11 543 114 77
Binary 11101000 1011010 1100110 0 111101 111000 1001 101100011 1001100 111111

Color Harmonies of #E85A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A66

Black with #E85A66

Text Example


Text Example

White with #E85A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A66; }

 p { color: rgb(232,90,102); }

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

background-color css

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

 a { background-color: rgb(232,90,102); }

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

border-color css

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

 span { border-color: rgb(232,90,102); }

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