Html Css Color HEX #EA514C Flamingo

📋 copy color: '#EA514C'

red 234 ◦ green 81 ◦ blue 76

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

Shades of Flamingo #EA514C

Tints of Flamingo #EA514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.44%

R = 59.85%
G = 20.72%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA514C (or 0xEA514C) is known color: Flamingo. HEX triplet: EA, 51 and 4C. RGB value is (234,81,76). Sum of RGB (Red+Green+Blue) = 234+81+76=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA514C is #15AEB3. Grayscale: #7E7E7E. Windows color (decimal): -1420980 or 5001706. OLE color: 5001706.

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

Color convert

RGB 234 81 76 -
CMYK 0 0.65 0.68 0.08
HSL 1.9º 0.79% 0.61% -
HSV(B) 1.9º 0.68% 0.92% -
XYZ 38.18 23.9 9.44 -
YUV 126.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 234 81 76 0 0.65 0.68 0.08 1.9 0.79 0.61
Hex EA 51 4C 0 41 44 8 2 4F 3D
Octal 352 121 114 0 101 104 10 2 117 75
Binary 11101010 1010001 1001100 0 1000001 1000100 1000 10 1001111 111101

Color Harmonies of #EA514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA514C

Black with #EA514C

Text Example


Text Example

White with #EA514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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