Html Css Color HEX #E96652 Flamingo

📋 copy color: '#E96652'

red 233 ◦ green 102 ◦ blue 82

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

Shades of Flamingo #E96652

Tints of Flamingo #E96652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

 BLUE value IS 82 (32.42% from 255) = 19.66%

R = 55.88%
G = 24.46%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E96652 (or 0xE96652) is known color: Flamingo. HEX triplet: E9, 66 and 52. RGB value is (233,102,82). Sum of RGB (Red+Green+Blue) = 233+102+82=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E96652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96652 is #1699AD. Grayscale: #8B8B8B. Windows color (decimal): -1481134 or 5400297. OLE color: 5400297.

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

Color convert

RGB 233 102 82 -
CMYK 0 0.56 0.65 0.09
HSL 7.95º 0.77% 0.62% -
HSV(B) 7.95º 0.65% 0.91% -
XYZ 39.88 27.44 11.18 -
YUV 138.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 233 102 82 0 0.56 0.65 0.09 7.95 0.77 0.62
Hex E9 66 52 0 38 41 9 8 4D 3E
Octal 351 146 122 0 70 101 11 10 115 76
Binary 11101001 1100110 1010010 0 111000 1000001 1001 1000 1001101 111110

Color Harmonies of #E96652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96652

Black with #E96652

Text Example


Text Example

White with #E96652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96652; }

 p { color: rgb(233,102,82); }

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

background-color css

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

 a { background-color: rgb(233,102,82); }

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

border-color css

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

 span { border-color: rgb(233,102,82); }

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