Html Css Color HEX #EE5452 Flamingo

📋 copy color: '#EE5452'

red 238 ◦ green 84 ◦ blue 82

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

Shades of Flamingo #EE5452

Tints of Flamingo #EE5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.79%

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 58.91%
G = 20.79%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE5452 (or 0xEE5452) is known color: Flamingo. HEX triplet: EE, 54 and 52. RGB value is (238,84,82). Sum of RGB (Red+Green+Blue) = 238+84+82=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5452 is #11ABAD. Grayscale: #818181. Windows color (decimal): -1158062 or 5395694. OLE color: 5395694.

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

Color convert

RGB 238 84 82 -
CMYK 0 0.65 0.66 0.07
HSL 0.77º 0.82% 0.63% -
HSV(B) 0.77º 0.66% 0.93% -
XYZ 39.95 25.13 10.73 -
YUV 129.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 238 84 82 0 0.65 0.66 0.07 0.77 0.82 0.63
Hex EE 54 52 0 41 42 7 1 52 3F
Octal 356 124 122 0 101 102 7 1 122 77
Binary 11101110 1010100 1010010 0 1000001 1000010 111 1 1010010 111111

Color Harmonies of #EE5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5452

Black with #EE5452

Text Example


Text Example

White with #EE5452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5452; }

 p { color: rgb(238,84,82); }

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

background-color css

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

 a { background-color: rgb(238,84,82); }

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

border-color css

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

 span { border-color: rgb(238,84,82); }

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