Html Css Color HEX #E06755 Flamingo

📋 copy color: '#E06755'

red 224 ◦ green 103 ◦ blue 85

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

Shades of Flamingo #E06755

Tints of Flamingo #E06755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25%

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 54.37%
G = 25%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06755 (or 0xE06755) is known color: Flamingo. HEX triplet: E0, 67 and 55. RGB value is (224,103,85). Sum of RGB (Red+Green+Blue) = 224+103+85=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E06755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06755 is #1F98AA. Grayscale: #898989. Windows color (decimal): -2070699 or 5597152. OLE color: 5597152.

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

Color convert

RGB 224 103 85 -
CMYK 0 0.54 0.62 0.12
HSL 7.77º 0.69% 0.61% -
HSV(B) 7.77º 0.62% 0.88% -
XYZ 37.23 26.2 11.69 -
YUV 137.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 224 103 85 0 0.54 0.62 0.12 7.77 0.69 0.61
Hex E0 67 55 0 36 3E C 8 45 3D
Octal 340 147 125 0 66 76 14 10 105 75
Binary 11100000 1100111 1010101 0 110110 111110 1100 1000 1000101 111101

Color Harmonies of #E06755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06755

Black with #E06755

Text Example


Text Example

White with #E06755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06755; }

 p { color: rgb(224,103,85); }

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

background-color css

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

 a { background-color: rgb(224,103,85); }

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

border-color css

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

 span { border-color: rgb(224,103,85); }

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