Html Css Color HEX #EE5553 Flamingo

📋 copy color: '#EE5553'

red 238 ◦ green 85 ◦ blue 83

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

Shades of Flamingo #EE5553

Tints of Flamingo #EE5553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 58.62%
G = 20.94%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE5553 (or 0xEE5553) is known color: Flamingo. HEX triplet: EE, 55 and 53. RGB value is (238,85,83). Sum of RGB (Red+Green+Blue) = 238+85+83=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5553 is #11AAAC. Grayscale: #828282. Windows color (decimal): -1157805 or 5461486. OLE color: 5461486.

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

Color convert

RGB 238 85 83 -
CMYK 0 0.64 0.65 0.07
HSL 0.77º 0.82% 0.63% -
HSV(B) 0.77º 0.65% 0.93% -
XYZ 40.07 25.3 10.95 -
YUV 130.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 238 85 83 0 0.64 0.65 0.07 0.77 0.82 0.63
Hex EE 55 53 0 40 41 7 1 52 3F
Octal 356 125 123 0 100 101 7 1 122 77
Binary 11101110 1010101 1010011 0 1000000 1000001 111 1 1010010 111111

Color Harmonies of #EE5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5553

Black with #EE5553

Text Example


Text Example

White with #EE5553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5553; }

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

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

background-color css

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

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

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

border-color css

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

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

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