Html Css Color HEX #E25D4A Flamingo

📋 copy color: '#E25D4A'

red 226 ◦ green 93 ◦ blue 74

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

Shades of Flamingo #E25D4A

Tints of Flamingo #E25D4A

RGB

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

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

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

R = 57.51%
G = 23.66%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E25D4A (or 0xE25D4A) is known color: Flamingo. HEX triplet: E2, 5D and 4A. RGB value is (226,93,74). Sum of RGB (Red+Green+Blue) = 226+93+74=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D4A is #1DA2B5. Grayscale: #828282. Windows color (decimal): -1942198 or 4873698. OLE color: 4873698.

HSL color Cylindrical-coordinate representation of color #E25D4A: hue angle of 7.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E25D4A is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 74 -
CMYK 0 0.59 0.67 0.11
HSL 7.5º 0.72% 0.59% -
HSV(B) 7.5º 0.67% 0.89% -
XYZ 36.51 24.49 9.28 -
YUV 130.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 226 93 74 0 0.59 0.67 0.11 7.5 0.72 0.59
Hex E2 5D 4A 0 3B 43 B 8 48 3B
Octal 342 135 112 0 73 103 13 10 110 73
Binary 11100010 1011101 1001010 0 111011 1000011 1011 1000 1001000 111011

Color Harmonies of #E25D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D4A

Black with #E25D4A

Text Example


Text Example

White with #E25D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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