Html Css Color HEX #E25A4A Flamingo

📋 copy color: '#E25A4A'

red 226 ◦ green 90 ◦ blue 74

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

Shades of Flamingo #E25A4A

Tints of Flamingo #E25A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

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

R = 57.95%
G = 23.08%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E25A4A (or 0xE25A4A) is known color: Flamingo. HEX triplet: E2, 5A and 4A. RGB value is (226,90,74). Sum of RGB (Red+Green+Blue) = 226+90+74=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A4A is #1DA5B5. Grayscale: #818181. Windows color (decimal): -1942966 or 4872930. OLE color: 4872930.

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

Color convert

RGB 226 90 74 -
CMYK 0 0.60 0.67 0.11
HSL 6.32º 0.72% 0.59% -
HSV(B) 6.32º 0.67% 0.89% -
XYZ 36.26 23.98 9.2 -
YUV 128.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 226 90 74 0 0.60 0.67 0.11 6.32 0.72 0.59
Hex E2 5A 4A 0 3C 43 B 6 48 3B
Octal 342 132 112 0 74 103 13 6 110 73
Binary 11100010 1011010 1001010 0 111100 1000011 1011 110 1001000 111011

Color Harmonies of #E25A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A4A

Black with #E25A4A

Text Example


Text Example

White with #E25A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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