Html Css Color HEX #E06B4B Flamingo

📋 copy color: '#E06B4B'

red 224 ◦ green 107 ◦ blue 75

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

Shades of Flamingo #E06B4B

Tints of Flamingo #E06B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 55.17%
G = 26.35%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E06B4B (or 0xE06B4B) is known color: Flamingo. HEX triplet: E0, 6B and 4B. RGB value is (224,107,75). Sum of RGB (Red+Green+Blue) = 224+107+75=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06B4B is #1F94B4. Grayscale: #8A8A8A. Windows color (decimal): -2069685 or 4942816. OLE color: 4942816.

HSL color Cylindrical-coordinate representation of color #E06B4B: hue angle of 12.89º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E06B4B is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 75 -
CMYK 0 0.52 0.67 0.12
HSL 12.89º 0.71% 0.59% -
HSV(B) 12.89º 0.67% 0.88% -
XYZ 37.27 26.87 9.88 -
YUV 138.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 224 107 75 0 0.52 0.67 0.12 12.89 0.71 0.59
Hex E0 6B 4B 0 34 43 C D 47 3B
Octal 340 153 113 0 64 103 14 15 107 73
Binary 11100000 1101011 1001011 0 110100 1000011 1100 1101 1000111 111011

Color Harmonies of #E06B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B4B

Black with #E06B4B

Text Example


Text Example

White with #E06B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B4B; }

 p { color: rgb(224,107,75); }

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

background-color css

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

 a { background-color: rgb(224,107,75); }

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

border-color css

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

 span { border-color: rgb(224,107,75); }

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