Html Css Color HEX #EA584B Flamingo

📋 copy color: '#EA584B'

red 234 ◦ green 88 ◦ blue 75

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

Shades of Flamingo #EA584B

Tints of Flamingo #EA584B

RGB

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

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

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

R = 58.94%
G = 22.17%
B = 18.89%

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

#EA584B (or 0xEA584B) is known color: Flamingo. HEX triplet: EA, 58 and 4B. RGB value is (234,88,75). Sum of RGB (Red+Green+Blue) = 234+88+75=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA584B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA584B is #15A7B4. Grayscale: #828282. Windows color (decimal): -1419189 or 4937962. OLE color: 4937962.

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

Color convert

RGB 234 88 75 -
CMYK 0 0.62 0.68 0.08
HSL 4.91º 0.79% 0.61% -
HSV(B) 4.91º 0.68% 0.92% -
XYZ 38.69 24.98 9.44 -
YUV 130.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 234 88 75 0 0.62 0.68 0.08 4.91 0.79 0.61
Hex EA 58 4B 0 3E 44 8 5 4F 3D
Octal 352 130 113 0 76 104 10 5 117 75
Binary 11101010 1011000 1001011 0 111110 1000100 1000 101 1001111 111101

Color Harmonies of #EA584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA584B

Black with #EA584B

Text Example


Text Example

White with #EA584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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