Html Css Color HEX #EA584C Flamingo

📋 copy color: '#EA584C'

red 234 ◦ green 88 ◦ blue 76

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

Shades of Flamingo #EA584C

Tints of Flamingo #EA584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.11%

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

R = 58.79%
G = 22.11%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA584C (or 0xEA584C) is known color: Flamingo. HEX triplet: EA, 58 and 4C. RGB value is (234,88,76). Sum of RGB (Red+Green+Blue) = 234+88+76=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA584C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA584C is #15A7B3. Grayscale: #828282. Windows color (decimal): -1419188 or 5003498. OLE color: 5003498.

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

Color convert

RGB 234 88 76 -
CMYK 0 0.62 0.68 0.08
HSL 4.56º 0.79% 0.61% -
HSV(B) 4.56º 0.68% 0.92% -
XYZ 38.73 24.99 9.62 -
YUV 130.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 234 88 76 0 0.62 0.68 0.08 4.56 0.79 0.61
Hex EA 58 4C 0 3E 44 8 5 4F 3D
Octal 352 130 114 0 76 104 10 5 117 75
Binary 11101010 1011000 1001100 0 111110 1000100 1000 101 1001111 111101

Color Harmonies of #EA584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA584C

Black with #EA584C

Text Example


Text Example

White with #EA584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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