Html Css Color HEX #E25C4A Flamingo

📋 copy color: '#E25C4A'

red 226 ◦ green 92 ◦ blue 74

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

Shades of Flamingo #E25C4A

Tints of Flamingo #E25C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 57.65%
G = 23.47%
B = 18.88%

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

#E25C4A (or 0xE25C4A) is known color: Flamingo. HEX triplet: E2, 5C and 4A. RGB value is (226,92,74). Sum of RGB (Red+Green+Blue) = 226+92+74=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25C4A is #1DA3B5. Grayscale: #828282. Windows color (decimal): -1942454 or 4873442. OLE color: 4873442.

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

Color convert

RGB 226 92 74 -
CMYK 0 0.59 0.67 0.11
HSL 7.11º 0.72% 0.59% -
HSV(B) 7.11º 0.67% 0.89% -
XYZ 36.43 24.32 9.25 -
YUV 130.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 226 92 74 0 0.59 0.67 0.11 7.11 0.72 0.59
Hex E2 5C 4A 0 3B 43 B 7 48 3B
Octal 342 134 112 0 73 103 13 7 110 73
Binary 11100010 1011100 1001010 0 111011 1000011 1011 111 1001000 111011

Color Harmonies of #E25C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C4A

Black with #E25C4A

Text Example


Text Example

White with #E25C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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