Html Css Color HEX #E2614E Flamingo

📋 copy color: '#E2614E'

red 226 ◦ green 97 ◦ blue 78

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

Shades of Flamingo #E2614E

Tints of Flamingo #E2614E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 56.36%
G = 24.19%
B = 19.45%

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

#E2614E (or 0xE2614E) is known color: Flamingo. HEX triplet: E2, 61 and 4E. RGB value is (226,97,78). Sum of RGB (Red+Green+Blue) = 226+97+78=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2614E is #1D9EB1. Grayscale: #858585. Windows color (decimal): -1941170 or 5136866. OLE color: 5136866.

HSL color Cylindrical-coordinate representation of color #E2614E: hue angle of 7.7º 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 #E2614E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 97 78 -
CMYK 0 0.57 0.65 0.11
HSL 7.7º 0.72% 0.6% -
HSV(B) 7.7º 0.65% 0.89% -
XYZ 37.01 25.27 10.13 -
YUV 133.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 226 97 78 0 0.57 0.65 0.11 7.7 0.72 0.6
Hex E2 61 4E 0 39 41 B 8 48 3C
Octal 342 141 116 0 71 101 13 10 110 74
Binary 11100010 1100001 1001110 0 111001 1000001 1011 1000 1001000 111100

Color Harmonies of #E2614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2614E

Black with #E2614E

Text Example


Text Example

White with #E2614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2614E; }

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

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

background-color css

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

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

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

border-color css

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

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

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