Html Css Color HEX #E65B56 Flamingo

📋 copy color: '#E65B56'

red 230 ◦ green 91 ◦ blue 86

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

Shades of Flamingo #E65B56

Tints of Flamingo #E65B56

RGB

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

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

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

R = 56.51%
G = 22.36%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E65B56 (or 0xE65B56) is known color: Flamingo. HEX triplet: E6, 5B and 56. RGB value is (230,91,86). Sum of RGB (Red+Green+Blue) = 230+91+86=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B56 is #19A4A9. Grayscale: #848484. Windows color (decimal): -1680554 or 5659622. OLE color: 5659622.

HSL color Cylindrical-coordinate representation of color #E65B56: hue angle of 2.08º 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 #E65B56 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 91 86 -
CMYK 0 0.60 0.63 0.10
HSL 2.08º 0.74% 0.62% -
HSV(B) 2.08º 0.63% 0.9% -
XYZ 38.05 24.98 11.62 -
YUV 131.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 230 91 86 0 0.60 0.63 0.10 2.08 0.74 0.62
Hex E6 5B 56 0 3C 3F A 2 4A 3E
Octal 346 133 126 0 74 77 12 2 112 76
Binary 11100110 1011011 1010110 0 111100 111111 1010 10 1001010 111110

Color Harmonies of #E65B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65B56

Black with #E65B56

Text Example


Text Example

White with #E65B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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