Html Css Color HEX #E06955 Flamingo

📋 copy color: '#E06955'

red 224 ◦ green 105 ◦ blue 85

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

Shades of Flamingo #E06955

Tints of Flamingo #E06955

RGB

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

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

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

R = 54.11%
G = 25.36%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06955 (or 0xE06955) is known color: Flamingo. HEX triplet: E0, 69 and 55. RGB value is (224,105,85). Sum of RGB (Red+Green+Blue) = 224+105+85=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E06955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06955 is #1F96AA. Grayscale: #8A8A8A. Windows color (decimal): -2070187 or 5597664. OLE color: 5597664.

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

Color convert

RGB 224 105 85 -
CMYK 0 0.53 0.62 0.12
HSL 8.63º 0.69% 0.61% -
HSV(B) 8.63º 0.62% 0.88% -
XYZ 37.43 26.61 11.76 -
YUV 138.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 224 105 85 0 0.53 0.62 0.12 8.63 0.69 0.61
Hex E0 69 55 0 35 3E C 9 45 3D
Octal 340 151 125 0 65 76 14 11 105 75
Binary 11100000 1101001 1010101 0 110101 111110 1100 1001 1000101 111101

Color Harmonies of #E06955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06955

Black with #E06955

Text Example


Text Example

White with #E06955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06955; }

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

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

background-color css

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

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

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

border-color css

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

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

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