Html Css Color HEX #EF5655 Flamingo

📋 copy color: '#EF5655'

red 239 ◦ green 86 ◦ blue 85

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

Shades of Flamingo #EF5655

Tints of Flamingo #EF5655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.73%

R = 58.29%
G = 20.98%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF5655 (or 0xEF5655) is known color: Flamingo. HEX triplet: EF, 56 and 55. RGB value is (239,86,85). Sum of RGB (Red+Green+Blue) = 239+86+85=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5655 is #10A9AA. Grayscale: #838383. Windows color (decimal): -1092011 or 5592815. OLE color: 5592815.

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

Color convert

RGB 239 86 85 -
CMYK 0 0.64 0.64 0.06
HSL 0.39º 0.83% 0.64% -
HSV(B) 0.39º 0.64% 0.94% -
XYZ 40.56 25.66 11.41 -
YUV 131.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 239 86 85 0 0.64 0.64 0.06 0.39 0.83 0.64
Hex EF 56 55 0 40 40 6 0 53 40
Octal 357 126 125 0 100 100 6 0 123 100
Binary 11101111 1010110 1010101 0 1000000 1000000 110 0 1010011 1000000

Color Harmonies of #EF5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5655

Black with #EF5655

Text Example


Text Example

White with #EF5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5655; }

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

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

background-color css

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

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

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

border-color css

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

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

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