Html Css Color HEX #EB574E Flamingo

📋 copy color: '#EB574E'

red 235 ◦ green 87 ◦ blue 78

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

Shades of Flamingo #EB574E

Tints of Flamingo #EB574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.75%

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 58.75%
G = 21.75%
B = 19.5%

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

#EB574E (or 0xEB574E) is known color: Flamingo. HEX triplet: EB, 57 and 4E. RGB value is (235,87,78). Sum of RGB (Red+Green+Blue) = 235+87+78=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB574E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB574E is #14A8B1. Grayscale: #828282. Windows color (decimal): -1353906 or 5134315. OLE color: 5134315.

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

Color convert

RGB 235 87 78 -
CMYK 0 0.63 0.67 0.08
HSL 3.44º 0.8% 0.61% -
HSV(B) 3.44º 0.67% 0.92% -
XYZ 39.04 25.03 9.98 -
YUV 130.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 235 87 78 0 0.63 0.67 0.08 3.44 0.8 0.61
Hex EB 57 4E 0 3F 43 8 3 50 3D
Octal 353 127 116 0 77 103 10 3 120 75
Binary 11101011 1010111 1001110 0 111111 1000011 1000 11 1010000 111101

Color Harmonies of #EB574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB574E

Black with #EB574E

Text Example


Text Example

White with #EB574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB574E; }

 p { color: rgb(235,87,78); }

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

background-color css

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

 a { background-color: rgb(235,87,78); }

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

border-color css

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

 span { border-color: rgb(235,87,78); }

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