Html Css Color HEX #E2604D Flamingo

📋 copy color: '#E2604D'

red 226 ◦ green 96 ◦ blue 77

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

Shades of Flamingo #E2604D

Tints of Flamingo #E2604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.3%

R = 56.64%
G = 24.06%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2604D (or 0xE2604D) is known color: Flamingo. HEX triplet: E2, 60 and 4D. RGB value is (226,96,77). Sum of RGB (Red+Green+Blue) = 226+96+77=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2604D is #1D9FB2. Grayscale: #848484. Windows color (decimal): -1941427 or 5071074. OLE color: 5071074.

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

Color convert

RGB 226 96 77 -
CMYK 0 0.58 0.66 0.11
HSL 7.65º 0.72% 0.59% -
HSV(B) 7.65º 0.66% 0.89% -
XYZ 36.89 25.07 9.92 -
YUV 132.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 226 96 77 0 0.58 0.66 0.11 7.65 0.72 0.59
Hex E2 60 4D 0 3A 42 B 8 48 3B
Octal 342 140 115 0 72 102 13 10 110 73
Binary 11100010 1100000 1001101 0 111010 1000010 1011 1000 1001000 111011

Color Harmonies of #E2604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2604D

Black with #E2604D

Text Example


Text Example

White with #E2604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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