Html Css Color HEX #E06152 Flamingo

📋 copy color: '#E06152'

red 224 ◦ green 97 ◦ blue 82

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

Shades of Flamingo #E06152

Tints of Flamingo #E06152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 55.58%
G = 24.07%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06152 (or 0xE06152) is known color: Flamingo. HEX triplet: E0, 61 and 52. RGB value is (224,97,82). Sum of RGB (Red+Green+Blue) = 224+97+82=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E06152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06152 is #1F9EAD. Grayscale: #858585. Windows color (decimal): -2072238 or 5399008. OLE color: 5399008.

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

Color convert

RGB 224 97 82 -
CMYK 0 0.57 0.63 0.12
HSL 6.34º 0.7% 0.6% -
HSV(B) 6.34º 0.63% 0.88% -
XYZ 36.54 25.01 10.88 -
YUV 133.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 224 97 82 0 0.57 0.63 0.12 6.34 0.7 0.6
Hex E0 61 52 0 39 3F C 6 46 3C
Octal 340 141 122 0 71 77 14 6 106 74
Binary 11100000 1100001 1010010 0 111001 111111 1100 110 1000110 111100

Color Harmonies of #E06152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06152

Black with #E06152

Text Example


Text Example

White with #E06152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06152; }

 p { color: rgb(224,97,82); }

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

background-color css

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

 a { background-color: rgb(224,97,82); }

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

border-color css

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

 span { border-color: rgb(224,97,82); }

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