Html Css Color HEX #E06356 Flamingo

📋 copy color: '#E06356'

red 224 ◦ green 99 ◦ blue 86

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

Shades of Flamingo #E06356

Tints of Flamingo #E06356

RGB

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

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

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

R = 54.77%
G = 24.21%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06356 (or 0xE06356) is known color: Flamingo. HEX triplet: E0, 63 and 56. RGB value is (224,99,86). Sum of RGB (Red+Green+Blue) = 224+99+86=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06356 is #1F9CA9. Grayscale: #878787. Windows color (decimal): -2071722 or 5661664. OLE color: 5661664.

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

Color convert

RGB 224 99 86 -
CMYK 0 0.56 0.62 0.12
HSL 5.65º 0.69% 0.61% -
HSV(B) 5.65º 0.62% 0.88% -
XYZ 36.88 25.44 11.77 -
YUV 134.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 224 99 86 0 0.56 0.62 0.12 5.65 0.69 0.61
Hex E0 63 56 0 38 3E C 6 45 3D
Octal 340 143 126 0 70 76 14 6 105 75
Binary 11100000 1100011 1010110 0 111000 111110 1100 110 1000101 111101

Color Harmonies of #E06356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06356

Black with #E06356

Text Example


Text Example

White with #E06356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06356; }

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

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

background-color css

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

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

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

border-color css

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

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

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