Html Css Color HEX #E96755 Flamingo

📋 copy color: '#E96755'

red 233 ◦ green 103 ◦ blue 85

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

Shades of Flamingo #E96755

Tints of Flamingo #E96755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.47%

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 55.34%
G = 24.47%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E96755 (or 0xE96755) is known color: Flamingo. HEX triplet: E9, 67 and 55. RGB value is (233,103,85). Sum of RGB (Red+Green+Blue) = 233+103+85=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E96755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96755 is #1698AA. Grayscale: #8C8C8C. Windows color (decimal): -1480875 or 5597161. OLE color: 5597161.

HSL color Cylindrical-coordinate representation of color #E96755: hue angle of 7.3º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E96755 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 103 85 -
CMYK 0 0.56 0.64 0.09
HSL 7.3º 0.77% 0.62% -
HSV(B) 7.3º 0.64% 0.91% -
XYZ 40.09 27.68 11.82 -
YUV 139.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 233 103 85 0 0.56 0.64 0.09 7.3 0.77 0.62
Hex E9 67 55 0 38 40 9 7 4D 3E
Octal 351 147 125 0 70 100 11 7 115 76
Binary 11101001 1100111 1010101 0 111000 1000000 1001 111 1001101 111110

Color Harmonies of #E96755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96755

Black with #E96755

Text Example


Text Example

White with #E96755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96755; }

 p { color: rgb(233,103,85); }

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

background-color css

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

 a { background-color: rgb(233,103,85); }

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

border-color css

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

 span { border-color: rgb(233,103,85); }

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