Html Css Color HEX #EA514E Flamingo

📋 copy color: '#EA514E'

red 234 ◦ green 81 ◦ blue 78

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

Shades of Flamingo #EA514E

Tints of Flamingo #EA514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.61%

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 59.54%
G = 20.61%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA514E (or 0xEA514E) is known color: Flamingo. HEX triplet: EA, 51 and 4E. RGB value is (234,81,78). Sum of RGB (Red+Green+Blue) = 234+81+78=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA514E is #15AEB1. Grayscale: #7E7E7E. Windows color (decimal): -1420978 or 5132778. OLE color: 5132778.

HSL color Cylindrical-coordinate representation of color #EA514E: hue angle of 1.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA514E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 78 -
CMYK 0 0.65 0.67 0.08
HSL 1.15º 0.79% 0.61% -
HSV(B) 1.15º 0.67% 0.92% -
XYZ 38.25 23.93 9.81 -
YUV 126.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 234 81 78 0 0.65 0.67 0.08 1.15 0.79 0.61
Hex EA 51 4E 0 41 43 8 1 4F 3D
Octal 352 121 116 0 101 103 10 1 117 75
Binary 11101010 1010001 1001110 0 1000001 1000011 1000 1 1001111 111101

Color Harmonies of #EA514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA514E

Black with #EA514E

Text Example


Text Example

White with #EA514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA514E; }

 p { color: rgb(234,81,78); }

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

background-color css

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

 a { background-color: rgb(234,81,78); }

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

border-color css

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

 span { border-color: rgb(234,81,78); }

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