Html Css Color HEX #E96A6C Froly

📋 copy color: '#E96A6C'

red 233 ◦ green 106 ◦ blue 108

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

Shades of Froly #E96A6C

Tints of Froly #E96A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.16%

R = 52.13%
G = 23.71%
B = 24.16%

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

#E96A6C (or 0xE96A6C) is known color: Froly. HEX triplet: E9, 6A and 6C. RGB value is (233,106,108). Sum of RGB (Red+Green+Blue) = 233+106+108=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A6C is #169593. Grayscale: #909090. Windows color (decimal): -1480084 or 7105257. OLE color: 7105257.

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

Color convert

RGB 233 106 108 -
CMYK 0 0.55 0.54 0.09
HSL 359.06º 0.74% 0.66% -
HSV(B) 359.06º 0.55% 0.91% -
XYZ 41.47 28.71 17.54 -
YUV 144.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 233 106 108 0 0.55 0.54 0.09 359.06 0.74 0.66
Hex E9 6A 6C 0 37 36 9 167 4A 42
Octal 351 152 154 0 67 66 11 547 112 102
Binary 11101001 1101010 1101100 0 110111 110110 1001 101100111 1001010 1000010

Color Harmonies of #E96A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96A6C

Black with #E96A6C

Text Example


Text Example

White with #E96A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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