Html Css Color HEX #EE5845 Flamingo

📋 copy color: '#EE5845'

red 238 ◦ green 88 ◦ blue 69

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

Shades of Flamingo #EE5845

Tints of Flamingo #EE5845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.28%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 60.25%
G = 22.28%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE5845 (or 0xEE5845) is known color: Flamingo. HEX triplet: EE, 58 and 45. RGB value is (238,88,69). Sum of RGB (Red+Green+Blue) = 238+88+69=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5845 is #11A7BA. Grayscale: #828282. Windows color (decimal): -1157051 or 4544750. OLE color: 4544750.

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

Color convert

RGB 238 88 69 -
CMYK 0 0.63 0.71 0.07
HSL 6.75º 0.83% 0.6% -
HSV(B) 6.75º 0.71% 0.93% -
XYZ 39.82 25.59 8.47 -
YUV 130.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 238 88 69 0 0.63 0.71 0.07 6.75 0.83 0.6
Hex EE 58 45 0 3F 47 7 7 53 3C
Octal 356 130 105 0 77 107 7 7 123 74
Binary 11101110 1011000 1000101 0 111111 1000111 111 111 1010011 111100

Color Harmonies of #EE5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5845

Black with #EE5845

Text Example


Text Example

White with #EE5845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5845; }

 p { color: rgb(238,88,69); }

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

background-color css

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

 a { background-color: rgb(238,88,69); }

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

border-color css

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

 span { border-color: rgb(238,88,69); }

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