Html Css Color HEX #EA504E Flamingo

📋 copy color: '#EA504E'

red 234 ◦ green 80 ◦ blue 78

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

Shades of Flamingo #EA504E

Tints of Flamingo #EA504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

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

R = 59.69%
G = 20.41%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA504E (or 0xEA504E) is known color: Flamingo. HEX triplet: EA, 50 and 4E. RGB value is (234,80,78). Sum of RGB (Red+Green+Blue) = 234+80+78=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA504E is #15AFB1. Grayscale: #7D7D7D. Windows color (decimal): -1421234 or 5132522. OLE color: 5132522.

HSL color Cylindrical-coordinate representation of color #EA504E: hue angle of 0.77º 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 #EA504E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 78 -
CMYK 0 0.66 0.67 0.08
HSL 0.77º 0.79% 0.61% -
HSV(B) 0.77º 0.67% 0.92% -
XYZ 38.18 23.78 9.79 -
YUV 125.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 234 80 78 0 0.66 0.67 0.08 0.77 0.79 0.61
Hex EA 50 4E 0 42 43 8 1 4F 3D
Octal 352 120 116 0 102 103 10 1 117 75
Binary 11101010 1010000 1001110 0 1000010 1000011 1000 1 1001111 111101

Color Harmonies of #EA504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA504E

Black with #EA504E

Text Example


Text Example

White with #EA504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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