Html Css Color HEX #E06652 Flamingo

📋 copy color: '#E06652'

red 224 ◦ green 102 ◦ blue 82

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

Shades of Flamingo #E06652

Tints of Flamingo #E06652

RGB

 RED value IS 224 (87.89% from 255) = 54.9%

 GREEN value IS 102 (40.23% from 255) = 25%

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

R = 54.9%
G = 25%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06652 (or 0xE06652) is known color: Flamingo. HEX triplet: E0, 66 and 52. RGB value is (224,102,82). Sum of RGB (Red+Green+Blue) = 224+102+82=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E06652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06652 is #1F99AD. Grayscale: #888888. Windows color (decimal): -2070958 or 5400288. OLE color: 5400288.

HSL color Cylindrical-coordinate representation of color #E06652: hue angle of 8.45º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E06652 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 82 -
CMYK 0 0.54 0.63 0.12
HSL 8.45º 0.7% 0.6% -
HSV(B) 8.45º 0.63% 0.88% -
XYZ 37.01 25.96 11.04 -
YUV 136.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 224 102 82 0 0.54 0.63 0.12 8.45 0.7 0.6
Hex E0 66 52 0 36 3F C 8 46 3C
Octal 340 146 122 0 66 77 14 10 106 74
Binary 11100000 1100110 1010010 0 110110 111111 1100 1000 1000110 111100

Color Harmonies of #E06652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06652

Black with #E06652

Text Example


Text Example

White with #E06652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06652; }

 p { color: rgb(224,102,82); }

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

background-color css

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

 a { background-color: rgb(224,102,82); }

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

border-color css

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

 span { border-color: rgb(224,102,82); }

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