Html Css Color HEX #EE6555 Flamingo

📋 copy color: '#EE6555'

red 238 ◦ green 101 ◦ blue 85

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

Shades of Flamingo #EE6555

Tints of Flamingo #EE6555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.82%

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

R = 56.13%
G = 23.82%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE6555 (or 0xEE6555) is known color: Flamingo. HEX triplet: EE, 65 and 55. RGB value is (238,101,85). Sum of RGB (Red+Green+Blue) = 238+101+85=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6555 is #119AAA. Grayscale: #8C8C8C. Windows color (decimal): -1153707 or 5596654. OLE color: 5596654.

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

Color convert

RGB 238 101 85 -
CMYK 0 0.58 0.64 0.07
HSL 6.27º 0.82% 0.63% -
HSV(B) 6.27º 0.64% 0.93% -
XYZ 41.55 28.14 11.84 -
YUV 140.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 238 101 85 0 0.58 0.64 0.07 6.27 0.82 0.63
Hex EE 65 55 0 3A 40 7 6 52 3F
Octal 356 145 125 0 72 100 7 6 122 77
Binary 11101110 1100101 1010101 0 111010 1000000 111 110 1010010 111111

Color Harmonies of #EE6555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6555

Black with #EE6555

Text Example


Text Example

White with #EE6555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6555; }

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

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

background-color css

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

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

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

border-color css

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

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

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