Html Css Color HEX #E06752 Flamingo

📋 copy color: '#E06752'

red 224 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #E06752

Tints of Flamingo #E06752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.18%

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

R = 54.77%
G = 25.18%
B = 20.05%

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

#E06752 (or 0xE06752) is known color: Flamingo. HEX triplet: E0, 67 and 52. RGB value is (224,103,82). Sum of RGB (Red+Green+Blue) = 224+103+82=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06752 is #1F98AD. Grayscale: #888888. Windows color (decimal): -2070702 or 5400544. OLE color: 5400544.

HSL color Cylindrical-coordinate representation of color #E06752: hue angle of 8.87º 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 #E06752 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 82 -
CMYK 0 0.54 0.63 0.12
HSL 8.87º 0.7% 0.6% -
HSV(B) 8.87º 0.63% 0.88% -
XYZ 37.11 26.16 11.08 -
YUV 136.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 224 103 82 0 0.54 0.63 0.12 8.87 0.7 0.6
Hex E0 67 52 0 36 3F C 9 46 3C
Octal 340 147 122 0 66 77 14 11 106 74
Binary 11100000 1100111 1010010 0 110110 111111 1100 1001 1000110 111100

Color Harmonies of #E06752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06752

Black with #E06752

Text Example


Text Example

White with #E06752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06752; }

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

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

background-color css

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

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

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

border-color css

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

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

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