Html Css Color HEX #EA6046 Flamingo

📋 copy color: '#EA6046'

red 234 ◦ green 96 ◦ blue 70

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

Shades of Flamingo #EA6046

Tints of Flamingo #EA6046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 58.5%
G = 24%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA6046 (or 0xEA6046) is known color: Flamingo. HEX triplet: EA, 60 and 46. RGB value is (234,96,70). Sum of RGB (Red+Green+Blue) = 234+96+70=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6046 is #159FB9. Grayscale: #868686. Windows color (decimal): -1417146 or 4612330. OLE color: 4612330.

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

Color convert

RGB 234 96 70 -
CMYK 0 0.59 0.70 0.08
HSL 9.51º 0.8% 0.6% -
HSV(B) 9.51º 0.7% 0.92% -
XYZ 39.22 26.3 8.8 -
YUV 134.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 234 96 70 0 0.59 0.70 0.08 9.51 0.8 0.6
Hex EA 60 46 0 3B 46 8 A 50 3C
Octal 352 140 106 0 73 106 10 12 120 74
Binary 11101010 1100000 1000110 0 111011 1000110 1000 1010 1010000 111100

Color Harmonies of #EA6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6046

Black with #EA6046

Text Example


Text Example

White with #EA6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6046; }

 p { color: rgb(234,96,70); }

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

background-color css

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

 a { background-color: rgb(234,96,70); }

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

border-color css

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

 span { border-color: rgb(234,96,70); }

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