Html Css Color HEX #E65856 Flamingo

📋 copy color: '#E65856'

red 230 ◦ green 88 ◦ blue 86

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

Shades of Flamingo #E65856

Tints of Flamingo #E65856

RGB

 RED value IS 230 (90.23% from 255) = 56.93%

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 86 (33.98% from 255) = 21.29%

R = 56.93%
G = 21.78%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E65856 (or 0xE65856) is known color: Flamingo. HEX triplet: E6, 58 and 56. RGB value is (230,88,86). Sum of RGB (Red+Green+Blue) = 230+88+86=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E65856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65856 is #19A7A9. Grayscale: #828282. Windows color (decimal): -1681322 or 5658854. OLE color: 5658854.

HSL color Cylindrical-coordinate representation of color #E65856: hue angle of 0.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65856 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 88 86 -
CMYK 0 0.62 0.63 0.10
HSL 0.83º 0.74% 0.62% -
HSV(B) 0.83º 0.63% 0.9% -
XYZ 37.8 24.47 11.54 -
YUV 130.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 230 88 86 0 0.62 0.63 0.10 0.83 0.74 0.62
Hex E6 58 56 0 3E 3F A 1 4A 3E
Octal 346 130 126 0 76 77 12 1 112 76
Binary 11100110 1011000 1010110 0 111110 111111 1010 1 1001010 111110

Color Harmonies of #E65856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65856

Black with #E65856

Text Example


Text Example

White with #E65856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65856; }

 p { color: rgb(230,88,86); }

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

background-color css

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

 a { background-color: rgb(230,88,86); }

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

border-color css

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

 span { border-color: rgb(230,88,86); }

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