Html Css Color HEX #E26150 Flamingo

📋 copy color: '#E26150'

red 226 ◦ green 97 ◦ blue 80

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

Shades of Flamingo #E26150

Tints of Flamingo #E26150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 56.08%
G = 24.07%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E26150 (or 0xE26150) is known color: Flamingo. HEX triplet: E2, 61 and 50. RGB value is (226,97,80). Sum of RGB (Red+Green+Blue) = 226+97+80=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E26150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26150 is #1D9EAF. Grayscale: #858585. Windows color (decimal): -1941168 or 5267938. OLE color: 5267938.

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

Color convert

RGB 226 97 80 -
CMYK 0 0.57 0.65 0.11
HSL 6.99º 0.72% 0.6% -
HSV(B) 6.99º 0.65% 0.89% -
XYZ 37.09 25.3 10.52 -
YUV 133.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 226 97 80 0 0.57 0.65 0.11 6.99 0.72 0.6
Hex E2 61 50 0 39 41 B 7 48 3C
Octal 342 141 120 0 71 101 13 7 110 74
Binary 11100010 1100001 1010000 0 111001 1000001 1011 111 1001000 111100

Color Harmonies of #E26150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26150

Black with #E26150

Text Example


Text Example

White with #E26150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26150; }

 p { color: rgb(226,97,80); }

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

background-color css

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

 a { background-color: rgb(226,97,80); }

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

border-color css

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

 span { border-color: rgb(226,97,80); }

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