Html Css Color HEX #EA504B Flamingo

📋 copy color: '#EA504B'

red 234 ◦ green 80 ◦ blue 75

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

Shades of Flamingo #EA504B

Tints of Flamingo #EA504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 60.15%
G = 20.57%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA504B (or 0xEA504B) is known color: Flamingo. HEX triplet: EA, 50 and 4B. RGB value is (234,80,75). Sum of RGB (Red+Green+Blue) = 234+80+75=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA504B is #15AFB4. Grayscale: #7D7D7D. Windows color (decimal): -1421237 or 4935914. OLE color: 4935914.

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

Color convert

RGB 234 80 75 -
CMYK 0 0.66 0.68 0.08
HSL 1.89º 0.79% 0.61% -
HSV(B) 1.89º 0.68% 0.92% -
XYZ 38.07 23.74 9.23 -
YUV 125.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 234 80 75 0 0.66 0.68 0.08 1.89 0.79 0.61
Hex EA 50 4B 0 42 44 8 2 4F 3D
Octal 352 120 113 0 102 104 10 2 117 75
Binary 11101010 1010000 1001011 0 1000010 1000100 1000 10 1001111 111101

Color Harmonies of #EA504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA504B

Black with #EA504B

Text Example


Text Example

White with #EA504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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