Html Css Color HEX #E45542 Flamingo

📋 copy color: '#E45542'

red 228 ◦ green 85 ◦ blue 66

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

Shades of Flamingo #E45542

Tints of Flamingo #E45542

RGB

 RED value IS 228 (89.45% from 255) = 60.16%

 GREEN value IS 85 (33.59% from 255) = 22.43%

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 60.16%
G = 22.43%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E45542 (or 0xE45542) is known color: Flamingo. HEX triplet: E4, 55 and 42. RGB value is (228,85,66). Sum of RGB (Red+Green+Blue) = 228+85+66=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E45542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45542 is #1BAABD. Grayscale: #7D7D7D. Windows color (decimal): -1813182 or 4347364. OLE color: 4347364.

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

Color convert

RGB 228 85 66 -
CMYK 0 0.63 0.71 0.11
HSL 7.04º 0.75% 0.58% -
HSV(B) 7.04º 0.71% 0.89% -
XYZ 36.23 23.38 7.76 -
YUV 125.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 228 85 66 0 0.63 0.71 0.11 7.04 0.75 0.58
Hex E4 55 42 0 3F 47 B 7 4B 3A
Octal 344 125 102 0 77 107 13 7 113 72
Binary 11100100 1010101 1000010 0 111111 1000111 1011 111 1001011 111010

Color Harmonies of #E45542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45542

Black with #E45542

Text Example


Text Example

White with #E45542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45542; }

 p { color: rgb(228,85,66); }

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

background-color css

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

 a { background-color: rgb(228,85,66); }

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

border-color css

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

 span { border-color: rgb(228,85,66); }

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