Html Css Color HEX #E96A6B Froly

📋 copy color: '#E96A6B'

red 233 ◦ green 106 ◦ blue 107

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

Shades of Froly #E96A6B

Tints of Froly #E96A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

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

R = 52.24%
G = 23.77%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E96A6B (or 0xE96A6B) is known color: Froly. HEX triplet: E9, 6A and 6B. RGB value is (233,106,107). Sum of RGB (Red+Green+Blue) = 233+106+107=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A6B is #169594. Grayscale: #909090. Windows color (decimal): -1480085 or 7039721. OLE color: 7039721.

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

Color convert

RGB 233 106 107 -
CMYK 0 0.55 0.54 0.09
HSL 359.53º 0.74% 0.66% -
HSV(B) 359.53º 0.55% 0.91% -
XYZ 41.41 28.69 17.27 -
YUV 144.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 233 106 107 0 0.55 0.54 0.09 359.53 0.74 0.66
Hex E9 6A 6B 0 37 36 9 168 4A 42
Octal 351 152 153 0 67 66 11 550 112 102
Binary 11101001 1101010 1101011 0 110111 110110 1001 101101000 1001010 1000010

Color Harmonies of #E96A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A6B

Black with #E96A6B

Text Example


Text Example

White with #E96A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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