Html Css Color HEX #EE6056 Flamingo

📋 copy color: '#EE6056'

red 238 ◦ green 96 ◦ blue 86

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

Shades of Flamingo #EE6056

Tints of Flamingo #EE6056

RGB

 RED value IS 238 (93.36% from 255) = 56.67%

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

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 56.67%
G = 22.86%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE6056 (or 0xEE6056) is known color: Flamingo. HEX triplet: EE, 60 and 56. RGB value is (238,96,86). Sum of RGB (Red+Green+Blue) = 238+96+86=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6056 is #119FA9. Grayscale: #898989. Windows color (decimal): -1154986 or 5660910. OLE color: 5660910.

HSL color Cylindrical-coordinate representation of color #EE6056: hue angle of 3.95º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE6056 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 86 -
CMYK 0 0.60 0.64 0.07
HSL 3.95º 0.82% 0.64% -
HSV(B) 3.95º 0.64% 0.93% -
XYZ 41.12 27.21 11.89 -
YUV 137.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 238 96 86 0 0.60 0.64 0.07 3.95 0.82 0.64
Hex EE 60 56 0 3C 40 7 4 52 40
Octal 356 140 126 0 74 100 7 4 122 100
Binary 11101110 1100000 1010110 0 111100 1000000 111 100 1010010 1000000

Color Harmonies of #EE6056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6056

Black with #EE6056

Text Example


Text Example

White with #EE6056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6056; }

 p { color: rgb(238,96,86); }

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

background-color css

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

 a { background-color: rgb(238,96,86); }

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

border-color css

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

 span { border-color: rgb(238,96,86); }

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