Html Css Color HEX #E96352 Flamingo

📋 copy color: '#E96352'

red 233 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #E96352

Tints of Flamingo #E96352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 56.28%
G = 23.91%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E96352 (or 0xE96352) is known color: Flamingo. HEX triplet: E9, 63 and 52. RGB value is (233,99,82). Sum of RGB (Red+Green+Blue) = 233+99+82=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E96352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96352 is #169CAD. Grayscale: #898989. Windows color (decimal): -1481902 or 5399529. OLE color: 5399529.

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

Color convert

RGB 233 99 82 -
CMYK 0 0.58 0.65 0.09
HSL 6.75º 0.77% 0.62% -
HSV(B) 6.75º 0.65% 0.91% -
XYZ 39.59 26.86 11.08 -
YUV 137.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 233 99 82 0 0.58 0.65 0.09 6.75 0.77 0.62
Hex E9 63 52 0 3A 41 9 7 4D 3E
Octal 351 143 122 0 72 101 11 7 115 76
Binary 11101001 1100011 1010010 0 111010 1000001 1001 111 1001101 111110

Color Harmonies of #E96352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96352

Black with #E96352

Text Example


Text Example

White with #E96352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96352; }

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

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

background-color css

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

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

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

border-color css

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

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

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