Html Css Color HEX #E26053 Flamingo

📋 copy color: '#E26053'

red 226 ◦ green 96 ◦ blue 83

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

Shades of Flamingo #E26053

Tints of Flamingo #E26053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 55.8%
G = 23.7%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E26053 (or 0xE26053) is known color: Flamingo. HEX triplet: E2, 60 and 53. RGB value is (226,96,83). Sum of RGB (Red+Green+Blue) = 226+96+83=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E26053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26053 is #1D9FAC. Grayscale: #858585. Windows color (decimal): -1941421 or 5464290. OLE color: 5464290.

HSL color Cylindrical-coordinate representation of color #E26053: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E26053 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 96 83 -
CMYK 0 0.58 0.63 0.11
HSL 5.45º 0.71% 0.61% -
HSV(B) 5.45º 0.63% 0.89% -
XYZ 37.11 25.16 11.08 -
YUV 133.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 226 96 83 0 0.58 0.63 0.11 5.45 0.71 0.61
Hex E2 60 53 0 3A 3F B 5 47 3D
Octal 342 140 123 0 72 77 13 5 107 75
Binary 11100010 1100000 1010011 0 111010 111111 1011 101 1000111 111101

Color Harmonies of #E26053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26053

Black with #E26053

Text Example


Text Example

White with #E26053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26053; }

 p { color: rgb(226,96,83); }

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

background-color css

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

 a { background-color: rgb(226,96,83); }

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

border-color css

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

 span { border-color: rgb(226,96,83); }

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