Html Css Color HEX #EF564B Flamingo

📋 copy color: '#EF564B'

red 239 ◦ green 86 ◦ blue 75

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

Shades of Flamingo #EF564B

Tints of Flamingo #EF564B

RGB

 RED value IS 239 (93.75% from 255) = 59.75%

 GREEN value IS 86 (33.98% from 255) = 21.5%

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

R = 59.75%
G = 21.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF564B (or 0xEF564B) is known color: Flamingo. HEX triplet: EF, 56 and 4B. RGB value is (239,86,75). Sum of RGB (Red+Green+Blue) = 239+86+75=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF564B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF564B is #10A9B4. Grayscale: #828282. Windows color (decimal): -1092021 or 4937455. OLE color: 4937455.

HSL color Cylindrical-coordinate representation of color #EF564B: hue angle of 4.02º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF564B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 86 75 -
CMYK 0 0.64 0.69 0.06
HSL 4.02º 0.84% 0.62% -
HSV(B) 4.02º 0.69% 0.94% -
XYZ 40.19 25.51 9.46 -
YUV 130.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 239 86 75 0 0.64 0.69 0.06 4.02 0.84 0.62
Hex EF 56 4B 0 40 45 6 4 54 3E
Octal 357 126 113 0 100 105 6 4 124 76
Binary 11101111 1010110 1001011 0 1000000 1000101 110 100 1010100 111110

Color Harmonies of #EF564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF564B

Black with #EF564B

Text Example


Text Example

White with #EF564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF564B; }

 p { color: rgb(239,86,75); }

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

background-color css

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

 a { background-color: rgb(239,86,75); }

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

border-color css

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

 span { border-color: rgb(239,86,75); }

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