Html Css Color HEX #EE554A Flamingo

📋 copy color: '#EE554A'

red 238 ◦ green 85 ◦ blue 74

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

Shades of Flamingo #EE554A

Tints of Flamingo #EE554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 59.95%
G = 21.41%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE554A (or 0xEE554A) is known color: Flamingo. HEX triplet: EE, 55 and 4A. RGB value is (238,85,74). Sum of RGB (Red+Green+Blue) = 238+85+74=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE554A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE554A is #11AAB5. Grayscale: #818181. Windows color (decimal): -1157814 or 4871662. OLE color: 4871662.

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

Color convert

RGB 238 85 74 -
CMYK 0 0.64 0.69 0.07
HSL 4.02º 0.83% 0.61% -
HSV(B) 4.02º 0.69% 0.93% -
XYZ 39.74 25.17 9.24 -
YUV 129.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 238 85 74 0 0.64 0.69 0.07 4.02 0.83 0.61
Hex EE 55 4A 0 40 45 7 4 53 3D
Octal 356 125 112 0 100 105 7 4 123 75
Binary 11101110 1010101 1001010 0 1000000 1000101 111 100 1010011 111101

Color Harmonies of #EE554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE554A

Black with #EE554A

Text Example


Text Example

White with #EE554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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