Html Css Color HEX #E1614B Flamingo

📋 copy color: '#E1614B'

red 225 ◦ green 97 ◦ blue 75

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

Shades of Flamingo #E1614B

Tints of Flamingo #E1614B

RGB

 RED value IS 225 (88.28% from 255) = 56.68%

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

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

R = 56.68%
G = 24.43%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1614B (or 0xE1614B) is known color: Flamingo. HEX triplet: E1, 61 and 4B. RGB value is (225,97,75). Sum of RGB (Red+Green+Blue) = 225+97+75=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1614B is #1E9EB4. Grayscale: #848484. Windows color (decimal): -2006709 or 4940257. OLE color: 4940257.

HSL color Cylindrical-coordinate representation of color #E1614B: hue angle of 8.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1614B is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 75 -
CMYK 0 0.57 0.67 0.12
HSL 8.8º 0.71% 0.59% -
HSV(B) 8.8º 0.67% 0.88% -
XYZ 36.6 25.06 9.57 -
YUV 132.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 225 97 75 0 0.57 0.67 0.12 8.8 0.71 0.59
Hex E1 61 4B 0 39 43 C 9 47 3B
Octal 341 141 113 0 71 103 14 11 107 73
Binary 11100001 1100001 1001011 0 111001 1000011 1100 1001 1000111 111011

Color Harmonies of #E1614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1614B

Black with #E1614B

Text Example


Text Example

White with #E1614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1614B; }

 p { color: rgb(225,97,75); }

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

background-color css

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

 a { background-color: rgb(225,97,75); }

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

border-color css

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

 span { border-color: rgb(225,97,75); }

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