Html Css Color HEX #E66050 Flamingo

📋 copy color: '#E66050'

red 230 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #E66050

Tints of Flamingo #E66050

RGB

 RED value IS 230 (90.23% from 255) = 56.65%

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 56.65%
G = 23.65%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E66050 (or 0xE66050) is known color: Flamingo. HEX triplet: E6, 60 and 50. RGB value is (230,96,80). Sum of RGB (Red+Green+Blue) = 230+96+80=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E66050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66050 is #199FAF. Grayscale: #868686. Windows color (decimal): -1679280 or 5267686. OLE color: 5267686.

HSL color Cylindrical-coordinate representation of color #E66050: hue angle of 6.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E66050 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 80 -
CMYK 0 0.58 0.65 0.10
HSL 6.4º 0.75% 0.61% -
HSV(B) 6.4º 0.65% 0.9% -
XYZ 38.26 25.77 10.55 -
YUV 134.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 230 96 80 0 0.58 0.65 0.10 6.4 0.75 0.61
Hex E6 60 50 0 3A 41 A 6 4B 3D
Octal 346 140 120 0 72 101 12 6 113 75
Binary 11100110 1100000 1010000 0 111010 1000001 1010 110 1001011 111101

Color Harmonies of #E66050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66050

Black with #E66050

Text Example


Text Example

White with #E66050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66050; }

 p { color: rgb(230,96,80); }

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

background-color css

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

 a { background-color: rgb(230,96,80); }

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

border-color css

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

 span { border-color: rgb(230,96,80); }

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