Html Css Color HEX #EA6441 Flamingo

📋 copy color: '#EA6441'

red 234 ◦ green 100 ◦ blue 65

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

Shades of Flamingo #EA6441

Tints of Flamingo #EA6441

RGB

 RED value IS 234 (91.8% from 255) = 58.65%

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 58.65%
G = 25.06%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA6441 (or 0xEA6441) is known color: Flamingo. HEX triplet: EA, 64 and 41. RGB value is (234,100,65). Sum of RGB (Red+Green+Blue) = 234+100+65=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6441 is #159BBE. Grayscale: #888888. Windows color (decimal): -1416127 or 4285674. OLE color: 4285674.

HSL color Cylindrical-coordinate representation of color #EA6441: hue angle of 12.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA6441 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 65 -
CMYK 0 0.57 0.72 0.08
HSL 12.43º 0.8% 0.59% -
HSV(B) 12.43º 0.72% 0.92% -
XYZ 39.44 26.99 8.13 -
YUV 136.08 87.89 197.85 -
System Red Green Blue C M Y K H S L
Decimal 234 100 65 0 0.57 0.72 0.08 12.43 0.8 0.59
Hex EA 64 41 0 39 48 8 C 50 3B
Octal 352 144 101 0 71 110 10 14 120 73
Binary 11101010 1100100 1000001 0 111001 1001000 1000 1100 1010000 111011

Color Harmonies of #EA6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6441

Black with #EA6441

Text Example


Text Example

White with #EA6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6441; }

 p { color: rgb(234,100,65); }

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

background-color css

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

 a { background-color: rgb(234,100,65); }

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

border-color css

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

 span { border-color: rgb(234,100,65); }

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