Html Css Color HEX #E06952 Flamingo

📋 copy color: '#E06952'

red 224 ◦ green 105 ◦ blue 82

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

Shades of Flamingo #E06952

Tints of Flamingo #E06952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 54.5%
G = 25.55%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06952 (or 0xE06952) is known color: Flamingo. HEX triplet: E0, 69 and 52. RGB value is (224,105,82). Sum of RGB (Red+Green+Blue) = 224+105+82=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E06952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06952 is #1F96AD. Grayscale: #8A8A8A. Windows color (decimal): -2070190 or 5401056. OLE color: 5401056.

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

Color convert

RGB 224 105 82 -
CMYK 0 0.53 0.63 0.12
HSL 9.72º 0.7% 0.6% -
HSV(B) 9.72º 0.63% 0.88% -
XYZ 37.32 26.56 11.14 -
YUV 137.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 224 105 82 0 0.53 0.63 0.12 9.72 0.7 0.6
Hex E0 69 52 0 35 3F C A 46 3C
Octal 340 151 122 0 65 77 14 12 106 74
Binary 11100000 1101001 1010010 0 110101 111111 1100 1010 1000110 111100

Color Harmonies of #E06952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06952

Black with #E06952

Text Example


Text Example

White with #E06952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06952; }

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

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

background-color css

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

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

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

border-color css

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

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

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