Html Css Color HEX #E65C56 Flamingo

📋 copy color: '#E65C56'

red 230 ◦ green 92 ◦ blue 86

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

Shades of Flamingo #E65C56

Tints of Flamingo #E65C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

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

R = 56.37%
G = 22.55%
B = 21.08%

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

#E65C56 (or 0xE65C56) is known color: Flamingo. HEX triplet: E6, 5C and 56. RGB value is (230,92,86). Sum of RGB (Red+Green+Blue) = 230+92+86=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C56 is #19A3A9. Grayscale: #848484. Windows color (decimal): -1680298 or 5659878. OLE color: 5659878.

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

Color convert

RGB 230 92 86 -
CMYK 0 0.60 0.63 0.10
HSL 2.5º 0.74% 0.62% -
HSV(B) 2.5º 0.63% 0.9% -
XYZ 38.14 25.15 11.65 -
YUV 132.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 230 92 86 0 0.60 0.63 0.10 2.5 0.74 0.62
Hex E6 5C 56 0 3C 3F A 2 4A 3E
Octal 346 134 126 0 74 77 12 2 112 76
Binary 11100110 1011100 1010110 0 111100 111111 1010 10 1001010 111110

Color Harmonies of #E65C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C56

Black with #E65C56

Text Example


Text Example

White with #E65C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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