Html Css Color HEX #EE6352 Flamingo

📋 copy color: '#EE6352'

red 238 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #EE6352

Tints of Flamingo #EE6352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 56.8%
G = 23.63%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE6352 (or 0xEE6352) is known color: Flamingo. HEX triplet: EE, 63 and 52. RGB value is (238,99,82). Sum of RGB (Red+Green+Blue) = 238+99+82=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6352 is #119CAD. Grayscale: #8A8A8A. Windows color (decimal): -1154222 or 5399534. OLE color: 5399534.

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

Color convert

RGB 238 99 82 -
CMYK 0 0.58 0.66 0.07
HSL 6.54º 0.82% 0.63% -
HSV(B) 6.54º 0.66% 0.93% -
XYZ 41.24 27.71 11.16 -
YUV 138.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 238 99 82 0 0.58 0.66 0.07 6.54 0.82 0.63
Hex EE 63 52 0 3A 42 7 7 52 3F
Octal 356 143 122 0 72 102 7 7 122 77
Binary 11101110 1100011 1010010 0 111010 1000010 111 111 1010010 111111

Color Harmonies of #EE6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6352

Black with #EE6352

Text Example


Text Example

White with #EE6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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