Html Css Color HEX #EE5755 Flamingo

📋 copy color: '#EE5755'

red 238 ◦ green 87 ◦ blue 85

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

Shades of Flamingo #EE5755

Tints of Flamingo #EE5755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

 BLUE value IS 85 (33.59% from 255) = 20.73%

R = 58.05%
G = 21.22%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE5755 (or 0xEE5755) is known color: Flamingo. HEX triplet: EE, 57 and 55. RGB value is (238,87,85). Sum of RGB (Red+Green+Blue) = 238+87+85=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5755 is #11A8AA. Grayscale: #848484. Windows color (decimal): -1157291 or 5593070. OLE color: 5593070.

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

Color convert

RGB 238 87 85 -
CMYK 0 0.63 0.64 0.07
HSL 0.78º 0.82% 0.63% -
HSV(B) 0.78º 0.64% 0.93% -
XYZ 40.31 25.65 11.42 -
YUV 131.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 238 87 85 0 0.63 0.64 0.07 0.78 0.82 0.63
Hex EE 57 55 0 3F 40 7 1 52 3F
Octal 356 127 125 0 77 100 7 1 122 77
Binary 11101110 1010111 1010101 0 111111 1000000 111 1 1010010 111111

Color Harmonies of #EE5755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5755

Black with #EE5755

Text Example


Text Example

White with #EE5755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5755; }

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

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

background-color css

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

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

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

border-color css

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

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

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