Html Css Color HEX #EE534F Flamingo

📋 copy color: '#EE534F'

red 238 ◦ green 83 ◦ blue 79

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

Shades of Flamingo #EE534F

Tints of Flamingo #EE534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 59.5%
G = 20.75%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE534F (or 0xEE534F) is known color: Flamingo. HEX triplet: EE, 53 and 4F. RGB value is (238,83,79). Sum of RGB (Red+Green+Blue) = 238+83+79=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE534F is #11ACB0. Grayscale: #818181. Windows color (decimal): -1158321 or 5198830. OLE color: 5198830.

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

Color convert

RGB 238 83 79 -
CMYK 0 0.65 0.67 0.07
HSL 1.51º 0.82% 0.62% -
HSV(B) 1.51º 0.67% 0.93% -
XYZ 39.76 24.93 10.11 -
YUV 128.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 238 83 79 0 0.65 0.67 0.07 1.51 0.82 0.62
Hex EE 53 4F 0 41 43 7 2 52 3E
Octal 356 123 117 0 101 103 7 2 122 76
Binary 11101110 1010011 1001111 0 1000001 1000011 111 10 1010010 111110

Color Harmonies of #EE534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE534F

Black with #EE534F

Text Example


Text Example

White with #EE534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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