Html Css Color HEX #E15E4A Flamingo

📋 copy color: '#E15E4A'

red 225 ◦ green 94 ◦ blue 74

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

Shades of Flamingo #E15E4A

Tints of Flamingo #E15E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

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

R = 57.25%
G = 23.92%
B = 18.83%

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

#E15E4A (or 0xE15E4A) is known color: Flamingo. HEX triplet: E1, 5E and 4A. RGB value is (225,94,74). Sum of RGB (Red+Green+Blue) = 225+94+74=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E4A is #1EA1B5. Grayscale: #838383. Windows color (decimal): -2007478 or 4873953. OLE color: 4873953.

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

Color convert

RGB 225 94 74 -
CMYK 0 0.58 0.67 0.12
HSL 7.95º 0.72% 0.59% -
HSV(B) 7.95º 0.67% 0.88% -
XYZ 36.29 24.51 9.3 -
YUV 130.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 225 94 74 0 0.58 0.67 0.12 7.95 0.72 0.59
Hex E1 5E 4A 0 3A 43 C 8 48 3B
Octal 341 136 112 0 72 103 14 10 110 73
Binary 11100001 1011110 1001010 0 111010 1000011 1100 1000 1001000 111011

Color Harmonies of #E15E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E4A

Black with #E15E4A

Text Example


Text Example

White with #E15E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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