Html Css Color HEX #E65C49 Flamingo

📋 copy color: '#E65C49'

red 230 ◦ green 92 ◦ blue 73

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

Shades of Flamingo #E65C49

Tints of Flamingo #E65C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 58.23%
G = 23.29%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E65C49 (or 0xE65C49) is known color: Flamingo. HEX triplet: E6, 5C and 49. RGB value is (230,92,73). Sum of RGB (Red+Green+Blue) = 230+92+73=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65C49 is #19A3B6. Grayscale: #838383. Windows color (decimal): -1680311 or 4807910. OLE color: 4807910.

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

Color convert

RGB 230 92 73 -
CMYK 0 0.60 0.68 0.10
HSL 7.26º 0.76% 0.59% -
HSV(B) 7.26º 0.68% 0.9% -
XYZ 37.66 24.96 9.14 -
YUV 131.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 230 92 73 0 0.60 0.68 0.10 7.26 0.76 0.59
Hex E6 5C 49 0 3C 44 A 7 4C 3B
Octal 346 134 111 0 74 104 12 7 114 73
Binary 11100110 1011100 1001001 0 111100 1000100 1010 111 1001100 111011

Color Harmonies of #E65C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C49

Black with #E65C49

Text Example


Text Example

White with #E65C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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