Html Css Color HEX #E2694B Flamingo

📋 copy color: '#E2694B'

red 226 ◦ green 105 ◦ blue 75

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

Shades of Flamingo #E2694B

Tints of Flamingo #E2694B

RGB

 RED value IS 226 (88.67% from 255) = 55.67%

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

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

R = 55.67%
G = 25.86%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2694B (or 0xE2694B) is known color: Flamingo. HEX triplet: E2, 69 and 4B. RGB value is (226,105,75). Sum of RGB (Red+Green+Blue) = 226+105+75=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2694B is #1D96B4. Grayscale: #8A8A8A. Windows color (decimal): -1939125 or 4942306. OLE color: 4942306.

HSL color Cylindrical-coordinate representation of color #E2694B: hue angle of 11.92º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2694B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 105 75 -
CMYK 0 0.54 0.67 0.11
HSL 11.92º 0.72% 0.59% -
HSV(B) 11.92º 0.67% 0.89% -
XYZ 37.69 26.78 9.84 -
YUV 137.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 226 105 75 0 0.54 0.67 0.11 11.92 0.72 0.59
Hex E2 69 4B 0 36 43 B C 48 3B
Octal 342 151 113 0 66 103 13 14 110 73
Binary 11100010 1101001 1001011 0 110110 1000011 1011 1100 1001000 111011

Color Harmonies of #E2694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2694B

Black with #E2694B

Text Example


Text Example

White with #E2694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2694B; }

 p { color: rgb(226,105,75); }

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

background-color css

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

 a { background-color: rgb(226,105,75); }

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

border-color css

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

 span { border-color: rgb(226,105,75); }

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