Html Css Color HEX #E25D4E Flamingo

📋 copy color: '#E25D4E'

red 226 ◦ green 93 ◦ blue 78

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

Shades of Flamingo #E25D4E

Tints of Flamingo #E25D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

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

R = 56.93%
G = 23.43%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E25D4E (or 0xE25D4E) is known color: Flamingo. HEX triplet: E2, 5D and 4E. RGB value is (226,93,78). Sum of RGB (Red+Green+Blue) = 226+93+78=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D4E is #1DA2B1. Grayscale: #838383. Windows color (decimal): -1942194 or 5135842. OLE color: 5135842.

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

Color convert

RGB 226 93 78 -
CMYK 0 0.59 0.65 0.11
HSL 6.08º 0.72% 0.6% -
HSV(B) 6.08º 0.65% 0.89% -
XYZ 36.65 24.55 10.01 -
YUV 131.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 226 93 78 0 0.59 0.65 0.11 6.08 0.72 0.6
Hex E2 5D 4E 0 3B 41 B 6 48 3C
Octal 342 135 116 0 73 101 13 6 110 74
Binary 11100010 1011101 1001110 0 111011 1000001 1011 110 1001000 111100

Color Harmonies of #E25D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D4E

Black with #E25D4E

Text Example


Text Example

White with #E25D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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