Html Css Color HEX #E55342 Flamingo

📋 copy color: '#E55342'

red 229 ◦ green 83 ◦ blue 66

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

Shades of Flamingo #E55342

Tints of Flamingo #E55342

RGB

 RED value IS 229 (89.84% from 255) = 60.58%

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 60.58%
G = 21.96%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E55342 (or 0xE55342) is known color: Flamingo. HEX triplet: E5, 53 and 42. RGB value is (229,83,66). Sum of RGB (Red+Green+Blue) = 229+83+66=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E55342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55342 is #1AACBD. Grayscale: #7C7C7C. Windows color (decimal): -1748158 or 4346853. OLE color: 4346853.

HSL color Cylindrical-coordinate representation of color #E55342: hue angle of 6.26º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E55342 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 66 -
CMYK 0 0.64 0.71 0.10
HSL 6.26º 0.76% 0.58% -
HSV(B) 6.26º 0.71% 0.9% -
XYZ 36.39 23.24 7.72 -
YUV 124.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 229 83 66 0 0.64 0.71 0.10 6.26 0.76 0.58
Hex E5 53 42 0 40 47 A 6 4C 3A
Octal 345 123 102 0 100 107 12 6 114 72
Binary 11100101 1010011 1000010 0 1000000 1000111 1010 110 1001100 111010

Color Harmonies of #E55342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55342

Black with #E55342

Text Example


Text Example

White with #E55342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55342; }

 p { color: rgb(229,83,66); }

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

background-color css

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

 a { background-color: rgb(229,83,66); }

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

border-color css

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

 span { border-color: rgb(229,83,66); }

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