Html Css Color HEX #E25B45 Flamingo

📋 copy color: '#E25B45'

red 226 ◦ green 91 ◦ blue 69

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

Shades of Flamingo #E25B45

Tints of Flamingo #E25B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.58%

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 58.55%
G = 23.58%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E25B45 (or 0xE25B45) is known color: Flamingo. HEX triplet: E2, 5B and 45. RGB value is (226,91,69). Sum of RGB (Red+Green+Blue) = 226+91+69=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25B45 is #1DA4BA. Grayscale: #818181. Windows color (decimal): -1942715 or 4545506. OLE color: 4545506.

HSL color Cylindrical-coordinate representation of color #E25B45: hue angle of 8.41º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E25B45 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 91 69 -
CMYK 0 0.60 0.69 0.11
HSL 8.41º 0.73% 0.58% -
HSV(B) 8.41º 0.69% 0.89% -
XYZ 36.18 24.08 8.37 -
YUV 128.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 226 91 69 0 0.60 0.69 0.11 8.41 0.73 0.58
Hex E2 5B 45 0 3C 45 B 8 49 3A
Octal 342 133 105 0 74 105 13 10 111 72
Binary 11100010 1011011 1000101 0 111100 1000101 1011 1000 1001001 111010

Color Harmonies of #E25B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B45

Black with #E25B45

Text Example


Text Example

White with #E25B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B45; }

 p { color: rgb(226,91,69); }

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

background-color css

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

 a { background-color: rgb(226,91,69); }

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

border-color css

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

 span { border-color: rgb(226,91,69); }

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