Html Css Color HEX #E15F4A Flamingo

📋 copy color: '#E15F4A'

red 225 ◦ green 95 ◦ blue 74

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

Shades of Flamingo #E15F4A

Tints of Flamingo #E15F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

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

R = 57.11%
G = 24.11%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E15F4A (or 0xE15F4A) is known color: Flamingo. HEX triplet: E1, 5F and 4A. RGB value is (225,95,74). Sum of RGB (Red+Green+Blue) = 225+95+74=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15F4A is #1EA0B5. Grayscale: #838383. Windows color (decimal): -2007222 or 4874209. OLE color: 4874209.

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

Color convert

RGB 225 95 74 -
CMYK 0 0.58 0.67 0.12
HSL 8.34º 0.72% 0.59% -
HSV(B) 8.34º 0.67% 0.88% -
XYZ 36.38 24.69 9.33 -
YUV 131.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 225 95 74 0 0.58 0.67 0.12 8.34 0.72 0.59
Hex E1 5F 4A 0 3A 43 C 8 48 3B
Octal 341 137 112 0 72 103 14 10 110 73
Binary 11100001 1011111 1001010 0 111010 1000011 1100 1000 1001000 111011

Color Harmonies of #E15F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F4A

Black with #E15F4A

Text Example


Text Example

White with #E15F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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