Html Css Color HEX #EF6155 Flamingo

📋 copy color: '#EF6155'

red 239 ◦ green 97 ◦ blue 85

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

Shades of Flamingo #EF6155

Tints of Flamingo #EF6155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.04%

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

R = 56.77%
G = 23.04%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF6155 (or 0xEF6155) is known color: Flamingo. HEX triplet: EF, 61 and 55. RGB value is (239,97,85). Sum of RGB (Red+Green+Blue) = 239+97+85=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6155 is #109EAA. Grayscale: #8A8A8A. Windows color (decimal): -1089195 or 5595631. OLE color: 5595631.

HSL color Cylindrical-coordinate representation of color #EF6155: hue angle of 4.68º 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 #EF6155 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 85 -
CMYK 0 0.59 0.64 0.06
HSL 4.68º 0.83% 0.64% -
HSV(B) 4.68º 0.64% 0.94% -
XYZ 41.51 27.56 11.73 -
YUV 138.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 239 97 85 0 0.59 0.64 0.06 4.68 0.83 0.64
Hex EF 61 55 0 3B 40 6 5 53 40
Octal 357 141 125 0 73 100 6 5 123 100
Binary 11101111 1100001 1010101 0 111011 1000000 110 101 1010011 1000000

Color Harmonies of #EF6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6155

Black with #EF6155

Text Example


Text Example

White with #EF6155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6155; }

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

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

background-color css

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

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

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

border-color css

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

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

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