Html Css Color HEX #EF605B Flamingo

📋 copy color: '#EF605B'

red 239 ◦ green 96 ◦ blue 91

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

Shades of Flamingo #EF605B

Tints of Flamingo #EF605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.54%

 BLUE value IS 91 (35.94% from 255) = 21.36%

R = 56.1%
G = 22.54%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF605B (or 0xEF605B) is known color: Flamingo. HEX triplet: EF, 60 and 5B. RGB value is (239,96,91). Sum of RGB (Red+Green+Blue) = 239+96+91=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF605B is #109FA4. Grayscale: #8A8A8A. Windows color (decimal): -1089445 or 5988591. OLE color: 5988591.

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

Color convert

RGB 239 96 91 -
CMYK 0 0.60 0.62 0.06
HSL 2.03º 0.82% 0.65% -
HSV(B) 2.03º 0.62% 0.94% -
XYZ 41.67 27.47 13 -
YUV 138.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 239 96 91 0 0.60 0.62 0.06 2.03 0.82 0.65
Hex EF 60 5B 0 3C 3E 6 2 52 41
Octal 357 140 133 0 74 76 6 2 122 101
Binary 11101111 1100000 1011011 0 111100 111110 110 10 1010010 1000001

Color Harmonies of #EF605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF605B

Black with #EF605B

Text Example


Text Example

White with #EF605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF605B; }

 p { color: rgb(239,96,91); }

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

background-color css

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

 a { background-color: rgb(239,96,91); }

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

border-color css

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

 span { border-color: rgb(239,96,91); }

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