Html Css Color HEX #EE554D Flamingo

📋 copy color: '#EE554D'

red 238 ◦ green 85 ◦ blue 77

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

Shades of Flamingo #EE554D

Tints of Flamingo #EE554D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 59.5%
G = 21.25%
B = 19.25%

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

#EE554D (or 0xEE554D) is known color: Flamingo. HEX triplet: EE, 55 and 4D. RGB value is (238,85,77). Sum of RGB (Red+Green+Blue) = 238+85+77=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE554D is #11AAB2. Grayscale: #828282. Windows color (decimal): -1157811 or 5068270. OLE color: 5068270.

HSL color Cylindrical-coordinate representation of color #EE554D: hue angle of 2.98º 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 #EE554D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 85 77 -
CMYK 0 0.64 0.68 0.07
HSL 2.98º 0.83% 0.62% -
HSV(B) 2.98º 0.68% 0.93% -
XYZ 39.85 25.21 9.79 -
YUV 129.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 238 85 77 0 0.64 0.68 0.07 2.98 0.83 0.62
Hex EE 55 4D 0 40 44 7 3 53 3E
Octal 356 125 115 0 100 104 7 3 123 76
Binary 11101110 1010101 1001101 0 1000000 1000100 111 11 1010011 111110

Color Harmonies of #EE554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE554D

Black with #EE554D

Text Example


Text Example

White with #EE554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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