Html Css Color HEX #E85B6B Froly

📋 copy color: '#E85B6B'

red 232 ◦ green 91 ◦ blue 107

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

Shades of Froly #E85B6B

Tints of Froly #E85B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 53.95%
G = 21.16%
B = 24.88%

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

#E85B6B (or 0xE85B6B) is known color: Froly. HEX triplet: E8, 5B and 6B. RGB value is (232,91,107). Sum of RGB (Red+Green+Blue) = 232+91+107=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B6B is #17A494. Grayscale: #878787. Windows color (decimal): -1549461 or 7035880. OLE color: 7035880.

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

Color convert

RGB 232 91 107 -
CMYK 0 0.61 0.54 0.09
HSL 353.19º 0.75% 0.63% -
HSV(B) 353.19º 0.61% 0.91% -
XYZ 39.67 25.7 16.78 -
YUV 134.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 232 91 107 0 0.61 0.54 0.09 353.19 0.75 0.63
Hex E8 5B 6B 0 3D 36 9 161 4B 3F
Octal 350 133 153 0 75 66 11 541 113 77
Binary 11101000 1011011 1101011 0 111101 110110 1001 101100001 1001011 111111

Color Harmonies of #E85B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B6B

Black with #E85B6B

Text Example


Text Example

White with #E85B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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