Html Css Color HEX #EB584D Flamingo

📋 copy color: '#EB584D'

red 235 ◦ green 88 ◦ blue 77

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

Shades of Flamingo #EB584D

Tints of Flamingo #EB584D

RGB

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

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

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

R = 58.75%
G = 22%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB584D (or 0xEB584D) is known color: Flamingo. HEX triplet: EB, 58 and 4D. RGB value is (235,88,77). Sum of RGB (Red+Green+Blue) = 235+88+77=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB584D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB584D is #14A7B2. Grayscale: #828282. Windows color (decimal): -1353651 or 5069035. OLE color: 5069035.

HSL color Cylindrical-coordinate representation of color #EB584D: hue angle of 4.18º degrees, saturation: 0.8, 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 #EB584D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 88 77 -
CMYK 0 0.63 0.67 0.08
HSL 4.18º 0.8% 0.61% -
HSV(B) 4.18º 0.67% 0.92% -
XYZ 39.09 25.18 9.82 -
YUV 130.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 235 88 77 0 0.63 0.67 0.08 4.18 0.8 0.61
Hex EB 58 4D 0 3F 43 8 4 50 3D
Octal 353 130 115 0 77 103 10 4 120 75
Binary 11101011 1011000 1001101 0 111111 1000011 1000 100 1010000 111101

Color Harmonies of #EB584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB584D

Black with #EB584D

Text Example


Text Example

White with #EB584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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