Html Css Color HEX #E06456 Flamingo

📋 copy color: '#E06456'

red 224 ◦ green 100 ◦ blue 86

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

Shades of Flamingo #E06456

Tints of Flamingo #E06456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 86 (33.98% from 255) = 20.98%

R = 54.63%
G = 24.39%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06456 (or 0xE06456) is known color: Flamingo. HEX triplet: E0, 64 and 56. RGB value is (224,100,86). Sum of RGB (Red+Green+Blue) = 224+100+86=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E06456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06456 is #1F9BA9. Grayscale: #878787. Windows color (decimal): -2071466 or 5661920. OLE color: 5661920.

HSL color Cylindrical-coordinate representation of color #E06456: hue angle of 6.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06456 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 86 -
CMYK 0 0.55 0.62 0.12
HSL 6.09º 0.69% 0.61% -
HSV(B) 6.09º 0.62% 0.88% -
XYZ 36.98 25.63 11.8 -
YUV 135.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 224 100 86 0 0.55 0.62 0.12 6.09 0.69 0.61
Hex E0 64 56 0 37 3E C 6 45 3D
Octal 340 144 126 0 67 76 14 6 105 75
Binary 11100000 1100100 1010110 0 110111 111110 1100 110 1000101 111101

Color Harmonies of #E06456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06456

Black with #E06456

Text Example


Text Example

White with #E06456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06456; }

 p { color: rgb(224,100,86); }

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

background-color css

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

 a { background-color: rgb(224,100,86); }

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

border-color css

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

 span { border-color: rgb(224,100,86); }

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