Html Css Color HEX #E1654A Flamingo

📋 copy color: '#E1654A'

red 225 ◦ green 101 ◦ blue 74

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

Shades of Flamingo #E1654A

Tints of Flamingo #E1654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 56.25%
G = 25.25%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1654A (or 0xE1654A) is known color: Flamingo. HEX triplet: E1, 65 and 4A. RGB value is (225,101,74). Sum of RGB (Red+Green+Blue) = 225+101+74=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1654A is #1E9AB5. Grayscale: #878787. Windows color (decimal): -2005686 or 4875745. OLE color: 4875745.

HSL color Cylindrical-coordinate representation of color #E1654A: hue angle of 10.73º degrees, saturation: 0.72, 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 #E1654A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 74 -
CMYK 0 0.55 0.67 0.12
HSL 10.73º 0.72% 0.59% -
HSV(B) 10.73º 0.67% 0.88% -
XYZ 36.94 25.81 9.51 -
YUV 135 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 225 101 74 0 0.55 0.67 0.12 10.73 0.72 0.59
Hex E1 65 4A 0 37 43 C B 48 3B
Octal 341 145 112 0 67 103 14 13 110 73
Binary 11100001 1100101 1001010 0 110111 1000011 1100 1011 1001000 111011

Color Harmonies of #E1654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1654A

Black with #E1654A

Text Example


Text Example

White with #E1654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1654A; }

 p { color: rgb(225,101,74); }

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

background-color css

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

 a { background-color: rgb(225,101,74); }

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

border-color css

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

 span { border-color: rgb(225,101,74); }

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