Html Css Color HEX #E96B6D Froly

📋 copy color: '#E96B6D'

red 233 ◦ green 107 ◦ blue 109

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

Shades of Froly #E96B6D

Tints of Froly #E96B6D

RGB

 RED value IS 233 (91.41% from 255) = 51.89%

 GREEN value IS 107 (42.19% from 255) = 23.83%

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 51.89%
G = 23.83%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E96B6D (or 0xE96B6D) is known color: Froly. HEX triplet: E9, 6B and 6D. RGB value is (233,107,109). Sum of RGB (Red+Green+Blue) = 233+107+109=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B6D is #169492. Grayscale: #919191. Windows color (decimal): -1479827 or 7171049. OLE color: 7171049.

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

Color convert

RGB 233 107 109 -
CMYK 0 0.54 0.53 0.09
HSL 359.05º 0.74% 0.67% -
HSV(B) 359.05º 0.54% 0.91% -
XYZ 41.62 28.94 17.86 -
YUV 144.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 233 107 109 0 0.54 0.53 0.09 359.05 0.74 0.67
Hex E9 6B 6D 0 36 35 9 167 4A 43
Octal 351 153 155 0 66 65 11 547 112 103
Binary 11101001 1101011 1101101 0 110110 110101 1001 101100111 1001010 1000011

Color Harmonies of #E96B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B6D

Black with #E96B6D

Text Example


Text Example

White with #E96B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B6D; }

 p { color: rgb(233,107,109); }

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

background-color css

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

 a { background-color: rgb(233,107,109); }

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

border-color css

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

 span { border-color: rgb(233,107,109); }

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