Html Css Color HEX #E85342 Flamingo

📋 copy color: '#E85342'

red 232 ◦ green 83 ◦ blue 66

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

Shades of Flamingo #E85342

Tints of Flamingo #E85342

RGB

 RED value IS 232 (91.02% from 255) = 60.89%

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

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

R = 60.89%
G = 21.78%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E85342 (or 0xE85342) is known color: Flamingo. HEX triplet: E8, 53 and 42. RGB value is (232,83,66). Sum of RGB (Red+Green+Blue) = 232+83+66=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E85342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85342 is #17ACBD. Grayscale: #7D7D7D. Windows color (decimal): -1551550 or 4346856. OLE color: 4346856.

HSL color Cylindrical-coordinate representation of color #E85342: hue angle of 6.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E85342 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 83 66 -
CMYK 0 0.64 0.72 0.09
HSL 6.14º 0.78% 0.58% -
HSV(B) 6.14º 0.72% 0.91% -
XYZ 37.36 23.74 7.77 -
YUV 125.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 232 83 66 0 0.64 0.72 0.09 6.14 0.78 0.58
Hex E8 53 42 0 40 48 9 6 4E 3A
Octal 350 123 102 0 100 110 11 6 116 72
Binary 11101000 1010011 1000010 0 1000000 1001000 1001 110 1001110 111010

Color Harmonies of #E85342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85342

Black with #E85342

Text Example


Text Example

White with #E85342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85342; }

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

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

background-color css

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

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

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

border-color css

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

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

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