Html Css Color HEX #EE6255 Flamingo

📋 copy color: '#EE6255'

red 238 ◦ green 98 ◦ blue 85

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

Shades of Flamingo #EE6255

Tints of Flamingo #EE6255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.28%

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

R = 56.53%
G = 23.28%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE6255 (or 0xEE6255) is known color: Flamingo. HEX triplet: EE, 62 and 55. RGB value is (238,98,85). Sum of RGB (Red+Green+Blue) = 238+98+85=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6255 is #119DAA. Grayscale: #8A8A8A. Windows color (decimal): -1154475 or 5595886. OLE color: 5595886.

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

Color convert

RGB 238 98 85 -
CMYK 0 0.59 0.64 0.07
HSL 5.1º 0.82% 0.63% -
HSV(B) 5.1º 0.64% 0.93% -
XYZ 41.27 27.57 11.74 -
YUV 138.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 238 98 85 0 0.59 0.64 0.07 5.1 0.82 0.63
Hex EE 62 55 0 3B 40 7 5 52 3F
Octal 356 142 125 0 73 100 7 5 122 77
Binary 11101110 1100010 1010101 0 111011 1000000 111 101 1010010 111111

Color Harmonies of #EE6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6255

Black with #EE6255

Text Example


Text Example

White with #EE6255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6255; }

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

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

background-color css

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

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

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

border-color css

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

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

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