Html Css Color HEX #E65645 Flamingo

📋 copy color: '#E65645'

red 230 ◦ green 86 ◦ blue 69

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

Shades of Flamingo #E65645

Tints of Flamingo #E65645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 59.74%
G = 22.34%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E65645 (or 0xE65645) is known color: Flamingo. HEX triplet: E6, 56 and 45. RGB value is (230,86,69). Sum of RGB (Red+Green+Blue) = 230+86+69=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E65645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65645 is #19A9BA. Grayscale: #7F7F7F. Windows color (decimal): -1681851 or 4544230. OLE color: 4544230.

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

Color convert

RGB 230 86 69 -
CMYK 0 0.63 0.7 0.10
HSL 6.34º 0.76% 0.59% -
HSV(B) 6.34º 0.7% 0.9% -
XYZ 37.04 23.91 8.29 -
YUV 127.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 230 86 69 0 0.63 0.7 0.10 6.34 0.76 0.59
Hex E6 56 45 0 3F 46 A 6 4C 3B
Octal 346 126 105 0 77 106 12 6 114 73
Binary 11100110 1010110 1000101 0 111111 1000110 1010 110 1001100 111011

Color Harmonies of #E65645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65645

Black with #E65645

Text Example


Text Example

White with #E65645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65645; }

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

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

background-color css

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

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

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

border-color css

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

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

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