Html Css Color HEX #EE534E Flamingo

📋 copy color: '#EE534E'

red 238 ◦ green 83 ◦ blue 78

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

Shades of Flamingo #EE534E

Tints of Flamingo #EE534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.55%

R = 59.65%
G = 20.8%
B = 19.55%

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

#EE534E (or 0xEE534E) is known color: Flamingo. HEX triplet: EE, 53 and 4E. RGB value is (238,83,78). Sum of RGB (Red+Green+Blue) = 238+83+78=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE534E is #11ACB1. Grayscale: #808080. Windows color (decimal): -1158322 or 5133294. OLE color: 5133294.

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

Color convert

RGB 238 83 78 -
CMYK 0 0.65 0.67 0.07
HSL 1.88º 0.82% 0.62% -
HSV(B) 1.88º 0.67% 0.93% -
XYZ 39.73 24.91 9.92 -
YUV 128.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 238 83 78 0 0.65 0.67 0.07 1.88 0.82 0.62
Hex EE 53 4E 0 41 43 7 2 52 3E
Octal 356 123 116 0 101 103 7 2 122 76
Binary 11101110 1010011 1001110 0 1000001 1000011 111 10 1010010 111110

Color Harmonies of #EE534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE534E

Black with #EE534E

Text Example


Text Example

White with #EE534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE534E; }

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

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

background-color css

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

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

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

border-color css

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

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

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