Html Css Color HEX #EE604F Flamingo

📋 copy color: '#EE604F'

red 238 ◦ green 96 ◦ blue 79

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

Shades of Flamingo #EE604F

Tints of Flamingo #EE604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 57.63%
G = 23.24%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE604F (or 0xEE604F) is known color: Flamingo. HEX triplet: EE, 60 and 4F. RGB value is (238,96,79). Sum of RGB (Red+Green+Blue) = 238+96+79=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE604F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE604F is #119FB0. Grayscale: #888888. Windows color (decimal): -1154993 or 5202158. OLE color: 5202158.

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

Color convert

RGB 238 96 79 -
CMYK 0 0.60 0.67 0.07
HSL 6.42º 0.82% 0.62% -
HSV(B) 6.42º 0.67% 0.93% -
XYZ 40.85 27.11 10.48 -
YUV 136.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 238 96 79 0 0.60 0.67 0.07 6.42 0.82 0.62
Hex EE 60 4F 0 3C 43 7 6 52 3E
Octal 356 140 117 0 74 103 7 6 122 76
Binary 11101110 1100000 1001111 0 111100 1000011 111 110 1010010 111110

Color Harmonies of #EE604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE604F

Black with #EE604F

Text Example


Text Example

White with #EE604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE604F; }

 p { color: rgb(238,96,79); }

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

background-color css

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

 a { background-color: rgb(238,96,79); }

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

border-color css

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

 span { border-color: rgb(238,96,79); }

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