Html Css Color HEX #E06351 Flamingo

📋 copy color: '#E06351'

red 224 ◦ green 99 ◦ blue 81

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

Shades of Flamingo #E06351

Tints of Flamingo #E06351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.05%

R = 55.45%
G = 24.5%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06351 (or 0xE06351) is known color: Flamingo. HEX triplet: E0, 63 and 51. RGB value is (224,99,81). Sum of RGB (Red+Green+Blue) = 224+99+81=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E06351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06351 is #1F9CAE. Grayscale: #868686. Windows color (decimal): -2071727 or 5333984. OLE color: 5333984.

HSL color Cylindrical-coordinate representation of color #E06351: hue angle of 7.55º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E06351 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 81 -
CMYK 0 0.56 0.64 0.12
HSL 7.55º 0.7% 0.6% -
HSV(B) 7.55º 0.64% 0.88% -
XYZ 36.69 25.37 10.75 -
YUV 134.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 224 99 81 0 0.56 0.64 0.12 7.55 0.7 0.6
Hex E0 63 51 0 38 40 C 8 46 3C
Octal 340 143 121 0 70 100 14 10 106 74
Binary 11100000 1100011 1010001 0 111000 1000000 1100 1000 1000110 111100

Color Harmonies of #E06351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06351

Black with #E06351

Text Example


Text Example

White with #E06351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06351; }

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

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

background-color css

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

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

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

border-color css

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

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

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