Html Css Color HEX #EF614B Flamingo

📋 copy color: '#EF614B'

red 239 ◦ green 97 ◦ blue 75

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

Shades of Flamingo #EF614B

Tints of Flamingo #EF614B

RGB

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

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

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

R = 58.15%
G = 23.6%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF614B (or 0xEF614B) is known color: Flamingo. HEX triplet: EF, 61 and 4B. RGB value is (239,97,75). Sum of RGB (Red+Green+Blue) = 239+97+75=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF614B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF614B is #109EB4. Grayscale: #898989. Windows color (decimal): -1089205 or 4940271. OLE color: 4940271.

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

Color convert

RGB 239 97 75 -
CMYK 0 0.59 0.69 0.06
HSL 8.05º 0.84% 0.62% -
HSV(B) 8.05º 0.69% 0.94% -
XYZ 41.14 27.41 9.78 -
YUV 136.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 239 97 75 0 0.59 0.69 0.06 8.05 0.84 0.62
Hex EF 61 4B 0 3B 45 6 8 54 3E
Octal 357 141 113 0 73 105 6 10 124 76
Binary 11101111 1100001 1001011 0 111011 1000101 110 1000 1010100 111110

Color Harmonies of #EF614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF614B

Black with #EF614B

Text Example


Text Example

White with #EF614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF614B; }

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

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

background-color css

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

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

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

border-color css

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

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

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