Html Css Color HEX #E06453 Flamingo

📋 copy color: '#E06453'

red 224 ◦ green 100 ◦ blue 83

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

Shades of Flamingo #E06453

Tints of Flamingo #E06453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

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

R = 55.04%
G = 24.57%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06453 (or 0xE06453) is known color: Flamingo. HEX triplet: E0, 64 and 53. RGB value is (224,100,83). Sum of RGB (Red+Green+Blue) = 224+100+83=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E06453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06453 is #1F9BAC. Grayscale: #878787. Windows color (decimal): -2071469 or 5465312. OLE color: 5465312.

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

Color convert

RGB 224 100 83 -
CMYK 0 0.55 0.63 0.12
HSL 7.23º 0.69% 0.6% -
HSV(B) 7.23º 0.63% 0.88% -
XYZ 36.86 25.59 11.18 -
YUV 135.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 224 100 83 0 0.55 0.63 0.12 7.23 0.69 0.6
Hex E0 64 53 0 37 3F C 7 45 3C
Octal 340 144 123 0 67 77 14 7 105 74
Binary 11100000 1100100 1010011 0 110111 111111 1100 111 1000101 111100

Color Harmonies of #E06453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06453

Black with #E06453

Text Example


Text Example

White with #E06453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06453; }

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

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

background-color css

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

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

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

border-color css

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

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

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