Html Css Color HEX #E06B53 Flamingo

📋 copy color: '#E06B53'

red 224 ◦ green 107 ◦ blue 83

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

Shades of Flamingo #E06B53

Tints of Flamingo #E06B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 83 (32.81% from 255) = 20.05%

R = 54.11%
G = 25.85%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06B53 (or 0xE06B53) is known color: Flamingo. HEX triplet: E0, 6B and 53. RGB value is (224,107,83). Sum of RGB (Red+Green+Blue) = 224+107+83=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B53 is #1F94AC. Grayscale: #8B8B8B. Windows color (decimal): -2069677 or 5467104. OLE color: 5467104.

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

Color convert

RGB 224 107 83 -
CMYK 0 0.52 0.63 0.12
HSL 10.21º 0.69% 0.6% -
HSV(B) 10.21º 0.63% 0.88% -
XYZ 37.56 26.99 11.41 -
YUV 139.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 224 107 83 0 0.52 0.63 0.12 10.21 0.69 0.6
Hex E0 6B 53 0 34 3F C A 45 3C
Octal 340 153 123 0 64 77 14 12 105 74
Binary 11100000 1101011 1010011 0 110100 111111 1100 1010 1000101 111100

Color Harmonies of #E06B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B53

Black with #E06B53

Text Example


Text Example

White with #E06B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B53; }

 p { color: rgb(224,107,83); }

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

background-color css

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

 a { background-color: rgb(224,107,83); }

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

border-color css

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

 span { border-color: rgb(224,107,83); }

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