Html Css Color HEX #EA504D Flamingo

📋 copy color: '#EA504D'

red 234 ◦ green 80 ◦ blue 77

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

Shades of Flamingo #EA504D

Tints of Flamingo #EA504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 59.85%
G = 20.46%
B = 19.69%

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

#EA504D (or 0xEA504D) is known color: Flamingo. HEX triplet: EA, 50 and 4D. RGB value is (234,80,77). Sum of RGB (Red+Green+Blue) = 234+80+77=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA504D is #15AFB2. Grayscale: #7D7D7D. Windows color (decimal): -1421235 or 5066986. OLE color: 5066986.

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

Color convert

RGB 234 80 77 -
CMYK 0 0.66 0.67 0.08
HSL 1.15º 0.79% 0.61% -
HSV(B) 1.15º 0.67% 0.92% -
XYZ 38.14 23.77 9.6 -
YUV 125.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 234 80 77 0 0.66 0.67 0.08 1.15 0.79 0.61
Hex EA 50 4D 0 42 43 8 1 4F 3D
Octal 352 120 115 0 102 103 10 1 117 75
Binary 11101010 1010000 1001101 0 1000010 1000011 1000 1 1001111 111101

Color Harmonies of #EA504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA504D

Black with #EA504D

Text Example


Text Example

White with #EA504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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