Html Css Color HEX #E85B6A Froly

📋 copy color: '#E85B6A'

red 232 ◦ green 91 ◦ blue 106

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

Shades of Froly #E85B6A

Tints of Froly #E85B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 54.08%
G = 21.21%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E85B6A (or 0xE85B6A) is known color: Froly. HEX triplet: E8, 5B and 6A. RGB value is (232,91,106). Sum of RGB (Red+Green+Blue) = 232+91+106=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B6A is #17A495. Grayscale: #868686. Windows color (decimal): -1549462 or 6970344. OLE color: 6970344.

HSL color Cylindrical-coordinate representation of color #E85B6A: hue angle of 353.62º degrees, saturation: 0.75, 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 #E85B6A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 91 106 -
CMYK 0 0.61 0.54 0.09
HSL 353.62º 0.75% 0.63% -
HSV(B) 353.62º 0.61% 0.91% -
XYZ 39.62 25.68 16.5 -
YUV 134.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 232 91 106 0 0.61 0.54 0.09 353.62 0.75 0.63
Hex E8 5B 6A 0 3D 36 9 162 4B 3F
Octal 350 133 152 0 75 66 11 542 113 77
Binary 11101000 1011011 1101010 0 111101 110110 1001 101100010 1001011 111111

Color Harmonies of #E85B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B6A

Black with #E85B6A

Text Example


Text Example

White with #E85B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B6A; }

 p { color: rgb(232,91,106); }

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

background-color css

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

 a { background-color: rgb(232,91,106); }

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

border-color css

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

 span { border-color: rgb(232,91,106); }

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