Html Css Color HEX #E06953 Flamingo

📋 copy color: '#E06953'

red 224 ◦ green 105 ◦ blue 83

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

Shades of Flamingo #E06953

Tints of Flamingo #E06953

RGB

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

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

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

R = 54.37%
G = 25.49%
B = 20.15%

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

#E06953 (or 0xE06953) is known color: Flamingo. HEX triplet: E0, 69 and 53. RGB value is (224,105,83). Sum of RGB (Red+Green+Blue) = 224+105+83=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E06953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06953 is #1F96AC. Grayscale: #8A8A8A. Windows color (decimal): -2070189 or 5466592. OLE color: 5466592.

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

Color convert

RGB 224 105 83 -
CMYK 0 0.53 0.63 0.12
HSL 9.36º 0.69% 0.6% -
HSV(B) 9.36º 0.63% 0.88% -
XYZ 37.35 26.57 11.34 -
YUV 138.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 224 105 83 0 0.53 0.63 0.12 9.36 0.69 0.6
Hex E0 69 53 0 35 3F C 9 45 3C
Octal 340 151 123 0 65 77 14 11 105 74
Binary 11100000 1101001 1010011 0 110101 111111 1100 1001 1000101 111100

Color Harmonies of #E06953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06953

Black with #E06953

Text Example


Text Example

White with #E06953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06953; }

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

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

background-color css

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

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

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

border-color css

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

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

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