Html Css Color HEX #EB584A Flamingo

📋 copy color: '#EB584A'

red 235 ◦ green 88 ◦ blue 74

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

Shades of Flamingo #EB584A

Tints of Flamingo #EB584A

RGB

 RED value IS 235 (92.19% from 255) = 59.19%

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 59.19%
G = 22.17%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB584A (or 0xEB584A) is known color: Flamingo. HEX triplet: EB, 58 and 4A. RGB value is (235,88,74). Sum of RGB (Red+Green+Blue) = 235+88+74=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB584A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB584A is #14A7B5. Grayscale: #828282. Windows color (decimal): -1353654 or 4872427. OLE color: 4872427.

HSL color Cylindrical-coordinate representation of color #EB584A: hue angle of 5.22º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB584A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 88 74 -
CMYK 0 0.63 0.69 0.08
HSL 5.22º 0.8% 0.61% -
HSV(B) 5.22º 0.69% 0.92% -
XYZ 38.99 25.14 9.28 -
YUV 130.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 235 88 74 0 0.63 0.69 0.08 5.22 0.8 0.61
Hex EB 58 4A 0 3F 45 8 5 50 3D
Octal 353 130 112 0 77 105 10 5 120 75
Binary 11101011 1011000 1001010 0 111111 1000101 1000 101 1010000 111101

Color Harmonies of #EB584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB584A

Black with #EB584A

Text Example


Text Example

White with #EB584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB584A; }

 p { color: rgb(235,88,74); }

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

background-color css

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

 a { background-color: rgb(235,88,74); }

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

border-color css

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

 span { border-color: rgb(235,88,74); }

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