Html Css Color HEX #EE554C Flamingo

📋 copy color: '#EE554C'

red 238 ◦ green 85 ◦ blue 76

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

Shades of Flamingo #EE554C

Tints of Flamingo #EE554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.3%

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 59.65%
G = 21.3%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE554C (or 0xEE554C) is known color: Flamingo. HEX triplet: EE, 55 and 4C. RGB value is (238,85,76). Sum of RGB (Red+Green+Blue) = 238+85+76=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE554C is #11AAB3. Grayscale: #818181. Windows color (decimal): -1157812 or 5002734. OLE color: 5002734.

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

Color convert

RGB 238 85 76 -
CMYK 0 0.64 0.68 0.07
HSL 3.33º 0.83% 0.62% -
HSV(B) 3.33º 0.68% 0.93% -
XYZ 39.81 25.2 9.6 -
YUV 129.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 238 85 76 0 0.64 0.68 0.07 3.33 0.83 0.62
Hex EE 55 4C 0 40 44 7 3 53 3E
Octal 356 125 114 0 100 104 7 3 123 76
Binary 11101110 1010101 1001100 0 1000000 1000100 111 11 1010011 111110

Color Harmonies of #EE554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE554C

Black with #EE554C

Text Example


Text Example

White with #EE554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE554C; }

 p { color: rgb(238,85,76); }

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

background-color css

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

 a { background-color: rgb(238,85,76); }

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

border-color css

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

 span { border-color: rgb(238,85,76); }

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