Html Css Color HEX #E65A49 Flamingo

📋 copy color: '#E65A49'

red 230 ◦ green 90 ◦ blue 73

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

Shades of Flamingo #E65A49

Tints of Flamingo #E65A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

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

R = 58.52%
G = 22.9%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E65A49 (or 0xE65A49) is known color: Flamingo. HEX triplet: E6, 5A and 49. RGB value is (230,90,73). Sum of RGB (Red+Green+Blue) = 230+90+73=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A49 is #19A5B6. Grayscale: #828282. Windows color (decimal): -1680823 or 4807398. OLE color: 4807398.

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

Color convert

RGB 230 90 73 -
CMYK 0 0.61 0.68 0.10
HSL 6.5º 0.76% 0.59% -
HSV(B) 6.5º 0.68% 0.9% -
XYZ 37.49 24.62 9.08 -
YUV 129.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 230 90 73 0 0.61 0.68 0.10 6.5 0.76 0.59
Hex E6 5A 49 0 3D 44 A 6 4C 3B
Octal 346 132 111 0 75 104 12 6 114 73
Binary 11100110 1011010 1001001 0 111101 1000100 1010 110 1001100 111011

Color Harmonies of #E65A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A49

Black with #E65A49

Text Example


Text Example

White with #E65A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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