Html Css Color HEX #E65547 Flamingo

📋 copy color: '#E65547'

red 230 ◦ green 85 ◦ blue 71

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

Shades of Flamingo #E65547

Tints of Flamingo #E65547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

 BLUE value IS 71 (28.13% from 255) = 18.39%

R = 59.59%
G = 22.02%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E65547 (or 0xE65547) is known color: Flamingo. HEX triplet: E6, 55 and 47. RGB value is (230,85,71). Sum of RGB (Red+Green+Blue) = 230+85+71=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E65547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65547 is #19AAB8. Grayscale: #7E7E7E. Windows color (decimal): -1682105 or 4675046. OLE color: 4675046.

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

Color convert

RGB 230 85 71 -
CMYK 0 0.63 0.69 0.10
HSL 5.28º 0.76% 0.59% -
HSV(B) 5.28º 0.69% 0.9% -
XYZ 37.02 23.77 8.6 -
YUV 126.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 230 85 71 0 0.63 0.69 0.10 5.28 0.76 0.59
Hex E6 55 47 0 3F 45 A 5 4C 3B
Octal 346 125 107 0 77 105 12 5 114 73
Binary 11100110 1010101 1000111 0 111111 1000101 1010 101 1001100 111011

Color Harmonies of #E65547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65547

Black with #E65547

Text Example


Text Example

White with #E65547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65547; }

 p { color: rgb(230,85,71); }

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

background-color css

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

 a { background-color: rgb(230,85,71); }

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

border-color css

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

 span { border-color: rgb(230,85,71); }

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